Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / examples / declarative / cppextensions / qwidgets / qwidgets.pro
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]/qtdeclarative/declarative/plugins
12 target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/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.files = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
21     importFiles.path = QWidgets
22
23     DEPLOYMENT += importFiles
24 }