Add sample qml application
[staging/HomeScreen.git] / sample-qml / deployment.pri
diff --git a/sample-qml/deployment.pri b/sample-qml/deployment.pri
new file mode 100644 (file)
index 0000000..265ce71
--- /dev/null
@@ -0,0 +1,13 @@
+unix:!android {
+    isEmpty(target.path) {
+        qnx {
+            target.path = /tmp/$${TARGET}/bin
+        } else {
+            target.path = /opt/$${TARGET}/bin
+        }
+        export(target.path)
+    }
+    INSTALLS += target
+}
+
+export(INSTALLS)