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, 0 insertions, 13 deletions
diff --git a/sample-qml/deployment.pri b/sample-qml/deployment.pri
deleted file mode 100644
index 265ce71..0000000
--- a/sample-qml/deployment.pri
+++ /dev/null
@@ -1,13 +0,0 @@
-unix:!android {
- isEmpty(target.path) {
- qnx {
- target.path = /tmp/$${TARGET}/bin
- } else {
- target.path = /opt/$${TARGET}/bin
- }
- export(target.path)
- }
- INSTALLS += target
-}
-
-export(INSTALLS)