summaryrefslogtreecommitdiffstats
path: root/examples/declarative/proxywidgets/proxywidgets.pro
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-04-01 02:33:10 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-04-01 02:45:17 (GMT)
commitc6bf3c14c4900f710789f634ccd91e0ee097da9f (patch)
tree9b7d72f3a56579b800e1bc17e24a4f5a1b18a895 /examples/declarative/proxywidgets/proxywidgets.pro
parentb1748ec7a9fdcd74fcf05af3903623c7165420ad (diff)
downloadQt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.zip
Qt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.tar.gz
Qt-c6bf3c14c4900f710789f634ccd91e0ee097da9f.tar.bz2
Renamed widgets example to proxywidgets to avoid conflicts
Task-number: QTBUG-9518 Reviewed-by: Martin Jones
Diffstat (limited to 'examples/declarative/proxywidgets/proxywidgets.pro')
-rw-r--r--examples/declarative/proxywidgets/proxywidgets.pro22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/declarative/proxywidgets/proxywidgets.pro b/examples/declarative/proxywidgets/proxywidgets.pro
new file mode 100644
index 0000000..eb85191
--- /dev/null
+++ b/examples/declarative/proxywidgets/proxywidgets.pro
@@ -0,0 +1,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
+} \ No newline at end of file