aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-20 12:34:29 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-20 11:35:28 -0700
commit16555e663b811c0fa5d273570025d70d2640146d (patch)
tree52ed9e19058e454cfe648362646c447bedf0d8e8 /packaging/ios
parent4c8ed5a5aeb76dad721fbd04b17d6043b5728e31 (diff)
downloadsubsurface-16555e663b811c0fa5d273570025d70d2640146d.tar.gz
iOS: remove duplicate of deployment.pri
one deployment.pri is enough Signed-off-by: Jan Iversen <jani@apache.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/deployment.pri13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/ios/deployment.pri b/packaging/ios/deployment.pri
deleted file mode 100644
index 265ce71f3..000000000
--- a/packaging/ios/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)