source: trunk/examples/declarative/cppextensions/qwidgets/qwidgets.pro@ 855

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 
1TEMPLATE = lib
2CONFIG += qt plugin
3QT += declarative
4
5DESTDIR = QWidgets
6TARGET = qmlqwidgetsplugin
7
8SOURCES += qwidgets.cpp
9
10sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
11sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
12target.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins
13
14INSTALLS += sources target
15
16symbian:{
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.