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