aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'sample-qml/deployment.pri')
-rw-r--r--sample-qml/deployment.pri13
1 files changed, 13 insertions, 0 deletions
diff --git a/sample-qml/deployment.pri b/sample-qml/deployment.pri
new file mode 100644
index 0000000..265ce71
--- /dev/null
+++ b/sample-qml/deployment.pri
@@ -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)