summaryrefslogtreecommitdiffstats
path: root/tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro')
-rw-r--r--tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro b/tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro
new file mode 100644
index 0000000000..cc01cbe2e9
--- /dev/null
+++ b/tests/systemtests/sys_versitorganizer/sys_versitorganizer.pro
@@ -0,0 +1,11 @@
+SOURCES=sys_versit.qtt
+CONFIG+=systemtest
+
+unix:!symbian {
+ maemo5 {
+ target.path = /opt/usr/bin
+ } else {
+ target.path = /usr/local/bin
+ }
+ INSTALLS += target
+}