summaryrefslogtreecommitdiffstats
path: root/old/symbian/qtuitest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'old/symbian/qtuitest.pro')
-rw-r--r--old/symbian/qtuitest.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/old/symbian/qtuitest.pro b/old/symbian/qtuitest.pro
new file mode 100644
index 0000000..31e51c6
--- /dev/null
+++ b/old/symbian/qtuitest.pro
@@ -0,0 +1,20 @@
+# Use subdirs template to suppress generation of unnecessary files
+TEMPLATE = subdirs
+
+symbian: {
+ load(data_caging_paths)
+
+ SUBDIRS=
+ TARGET = "QtUiTest"
+
+ qtresources.sources = $${EPOCROOT}$$HW_ZDIR$$APP_RESOURCE_DIR/s60main.rsc
+ qtresources.path = $$APP_RESOURCE_DIR
+
+ qtuitest.sources = qtwidgets.dll
+ qtuitest.path = /sys/bin
+
+ style_plugins.sources = qtuiteststyle.dll
+ style_plugins.path = $$QT_PLUGINS_BASE_DIR/styles
+
+ DEPLOYMENT += qtuitest style_plugins
+}