aboutsummaryrefslogtreecommitdiffstats
path: root/examples/embedded/qmltwitter/qmltwitter.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/embedded/qmltwitter/qmltwitter.pro')
-rw-r--r--examples/embedded/qmltwitter/qmltwitter.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/embedded/qmltwitter/qmltwitter.pro b/examples/embedded/qmltwitter/qmltwitter.pro
new file mode 100644
index 0000000000..197afd3431
--- /dev/null
+++ b/examples/embedded/qmltwitter/qmltwitter.pro
@@ -0,0 +1,12 @@
+!symbian:!wince*:warning("DEPLOYMENT support required. This project only works on Symbian and WinCE.")
+
+QT += declarative network
+SOURCES += $$PWD/qmltwitter.cpp
+include($$PWD/deployment.pri)
+
+symbian {
+ TARGET.UID3 = 0x$$qmltwitter_uid3 # defined in deployment.pri
+ CONFIG += qt_demo
+ TARGET.CAPABILITY = NetworkServices
+ TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
+}