Last change
on this file since 855 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
569 bytes
|
Line | |
---|
1 | TEMPLATE = lib
|
---|
2 | CONFIG += qt plugin
|
---|
3 | QT += declarative
|
---|
4 |
|
---|
5 | DESTDIR = QWidgets
|
---|
6 | TARGET = qmlqwidgetsplugin
|
---|
7 |
|
---|
8 | SOURCES += qwidgets.cpp
|
---|
9 |
|
---|
10 | sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
|
---|
11 | sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
|
---|
12 | target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
|
---|
13 |
|
---|
14 | INSTALLS += sources target
|
---|
15 |
|
---|
16 | symbian:{
|
---|
17 | include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
18 | TARGET.EPOCALLOWDLLDATA = 1
|
---|
19 |
|
---|
20 | importFiles.sources = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
|
---|
21 | importFiles.path = QWidgets
|
---|
22 |
|
---|
23 | DEPLOYMENT = importFiles
|
---|
24 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.