summaryrefslogtreecommitdiffstats
path: root/examples/declarative/proxywidgets/proxywidgets.pro
blob: eb85191c1775a2e2b91718c80f07afabad99d044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = lib
DESTDIR = ProxyWidgets
TARGET  = proxywidgetsplugin
CONFIG += qt plugin
QT += declarative
VERSION = 1.0.0

SOURCES += proxywidgets.cpp

sources.files += proxywidgets.pro proxywidgets.cpp proxywidgets.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)

symbian:{
    TARGET.EPOCALLOWDLLDATA = 1
}