diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-20 12:57:14 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-20 11:35:28 -0700 |
commit | d7e31ebbcd2966ed31e0fe371e1362a6296d619d (patch) | |
tree | 96e89b808ae255a046dbfbc266c69d5ce4c538cf /packaging/ios/deployment.pri | |
parent | 16555e663b811c0fa5d273570025d70d2640146d (diff) | |
download | subsurface-d7e31ebbcd2966ed31e0fe371e1362a6296d619d.tar.gz |
iOS: get rid of ios/Subsurface-mobile
Having a split between ios and ios/Subsurface-mobile is just confusing
and without a practical reason
Move files from ios/Subsurface-mobile to ios and update .gitignore
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios/deployment.pri')
-rw-r--r-- | packaging/ios/deployment.pri | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packaging/ios/deployment.pri b/packaging/ios/deployment.pri new file mode 100644 index 000000000..265ce71f3 --- /dev/null +++ b/packaging/ios/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) |