summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qwidgets/qwidgets.pro
blob: 3c0c865ad54ba95db5875f276b7f0955e3da587d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = lib
CONFIG += qt plugin
QT += widgets declarative

DESTDIR = QWidgets
TARGET = qmlqwidgetsplugin

SOURCES += qwidgets.cpp

OTHER_FILES += qwidgets.json

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

INSTALLS += sources target