summaryrefslogtreecommitdiffstats
path: root/packaging/ios/deployment.pri
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ios/deployment.pri')
-rw-r--r--packaging/ios/deployment.pri18
1 files changed, 9 insertions, 9 deletions
diff --git a/packaging/ios/deployment.pri b/packaging/ios/deployment.pri
index 265ce71f3..dc63e23a0 100644
--- a/packaging/ios/deployment.pri
+++ b/packaging/ios/deployment.pri
@@ -1,13 +1,13 @@
unix:!android {
- isEmpty(target.path) {
- qnx {
- target.path = /tmp/$${TARGET}/bin
- } else {
- target.path = /opt/$${TARGET}/bin
- }
- export(target.path)
- }
- INSTALLS += target
+ isEmpty(target.path) {
+ qnx {
+ target.path = /tmp/$${TARGET}/bin
+ } else {
+ target.path = /opt/$${TARGET}/bin
+ }
+ export(target.path)
+ }
+ INSTALLS += target
}
export(INSTALLS)