summaryrefslogtreecommitdiff
path: root/examples/declarative/cppextensions/proxywidgets/proxywidgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/cppextensions/proxywidgets/proxywidgets.pro')
-rw-r--r--examples/declarative/cppextensions/proxywidgets/proxywidgets.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/declarative/cppextensions/proxywidgets/proxywidgets.pro b/examples/declarative/cppextensions/proxywidgets/proxywidgets.pro
new file mode 100644
index 0000000000..cb07d80e33
--- /dev/null
+++ b/examples/declarative/cppextensions/proxywidgets/proxywidgets.pro
@@ -0,0 +1,21 @@
+TEMPLATE = lib
+DESTDIR = ProxyWidgets
+TARGET = proxywidgetsplugin
+CONFIG += qt plugin
+QT += declarative
+
+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