summaryrefslogtreecommitdiffstats
path: root/examples/declarative/widgets/mywidgets.pro
blob: 258edb150ea3f5e7022bd92ede243139f8c1a980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = lib
DESTDIR = MyWidgets
TARGET  = mywidgetsplugin
CONFIG += qt plugin
QT += declarative
VERSION = 1.0.0

SOURCES += mywidgets.cpp

sources.files += mywidgets.pro mywidgets.cpp mywidgets.qml

sources.path += $$[QT_INSTALL_EXAMPLES]/declarative/plugins

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

INSTALLS += sources target

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)