aboutsummaryrefslogtreecommitdiff
path: root/deployment.pri
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-10-16 23:36:59 +0200
committerselsta <selsta@sent.at>2020-10-20 02:01:44 +0200
commit9d2f083a973808a75a7a38b63e86d65339df02f5 (patch)
tree43f4fdeef6ca1e6cc9eb573c6c31dc75951f3869 /deployment.pri
parent33afd0bb83d80e89c9c0437ece83a7981a0f1bd9 (diff)
downloadmonzero-gui-9d2f083a973808a75a7a38b63e86d65339df02f5.tar.gz
monzero-gui-9d2f083a973808a75a7a38b63e86d65339df02f5.tar.xz
monzero-gui-9d2f083a973808a75a7a38b63e86d65339df02f5.zip
repo: cleanup qmake
Diffstat (limited to 'deployment.pri')
-rw-r--r--deployment.pri27
1 files changed, 0 insertions, 27 deletions
diff --git a/deployment.pri b/deployment.pri
deleted file mode 100644
index 5441b63d..00000000
--- a/deployment.pri
+++ /dev/null
@@ -1,27 +0,0 @@
-android-no-sdk {
- target.path = /data/user/qt
- export(target.path)
- INSTALLS += target
-} else:android {
- x86 {
- target.path = /libs/x86
- } else: armeabi-v7a {
- target.path = /libs/armeabi-v7a
- } else {
- target.path = /libs/armeabi
- }
- export(target.path)
- INSTALLS += target
-} else:unix {
- isEmpty(target.path) {
- qnx {
- target.path = /tmp/$${TARGET}/bin
- } else {
- target.path = /opt/$${TARGET}/bin
- }
- export(target.path)
- }
- INSTALLS += target
-}
-
-export(INSTALLS)