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

DESTDIR = QWidgets
TARGET = qmlqwidgetsplugin

SOURCES += qwidgets.cpp

qml.files = qwidgets.qml
qml.path += $$[QT_INSTALL_EXAMPLES]/declarative/cppextensions/qwidgets
qml2.files = QWidgets/qmldir
qml2.path += $$[QT_INSTALL_EXAMPLES]/declarative/cppextensions/plugins/QWidgets

target.path += $$[QT_INSTALL_EXAMPLES]/declarative/cppextensions/plugins

INSTALLS += target qml qml2