summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qwidgets/qwidgets.pro
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-18 07:43:20 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-18 07:45:10 (GMT)
commitf4492bf01baae353ff63da18a9a602fb3a8058e4 (patch)
treedd26f922483ad4905cb2b0b38d2b9097dbf6178c /examples/declarative/cppextensions/qwidgets/qwidgets.pro
parentba9218a9786abddd461034b5aeb1d5a39f8072f9 (diff)
downloadQt-f4492bf01baae353ff63da18a9a602fb3a8058e4.zip
Qt-f4492bf01baae353ff63da18a9a602fb3a8058e4.tar.gz
Qt-f4492bf01baae353ff63da18a9a602fb3a8058e4.tar.bz2
Rename some examples: proxyviewer -> networkaccessmanagerfactory,
proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
Diffstat (limited to 'examples/declarative/cppextensions/qwidgets/qwidgets.pro')
-rw-r--r--examples/declarative/cppextensions/qwidgets/qwidgets.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/declarative/cppextensions/qwidgets/qwidgets.pro b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
new file mode 100644
index 0000000..37f313d
--- /dev/null
+++ b/examples/declarative/cppextensions/qwidgets/qwidgets.pro
@@ -0,0 +1,21 @@
+TEMPLATE = lib
+DESTDIR = QWidgets
+TARGET = qwidgetsplugin
+CONFIG += qt plugin
+QT += declarative
+
+SOURCES += qwidgets.cpp
+
+sources.files += qwidgets.pro qwidgets.cpp qwidgets.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
+}