aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qwidgets/qwidgets.pro
blob: 678abaa020742543e7d135730c7b4c58a548ca71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
TEMPLATE = lib
CONFIG += qt plugin
QT += widgets declarative

DESTDIR = QWidgets
TARGET = qmlqwidgetsplugin

SOURCES += qwidgets.cpp

sources.files += qwidgets.pro qwidgets.cpp qwidgets.qml
sources.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins
target.path += $$[QT_INSTALL_EXAMPLES]/qtdeclarative/declarative/plugins

INSTALLS += sources target

symbian:{
    CONFIG += qt_example
    TARGET.EPOCALLOWDLLDATA = 1

    importFiles.files = QWidgets/qmlqwidgetsplugin.dll QWidgets/qmldir
    importFiles.path = QWidgets

    DEPLOYMENT += importFiles
}
maemo5: CONFIG += qt_example