summaryrefslogtreecommitdiffstats
path: root/packaging/ios/deployment.pri
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@apache.org>2018-06-20 16:57:53 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-06-21 04:25:21 +0900
commit38bf351cc180b776172229d2144510cec21d5bcb (patch)
tree1cdd80b5a77dd5e2e4774524e374d775939180ce /packaging/ios/deployment.pri
parent98bd303d934b804c90cb236a4ae1775f0cf95826 (diff)
downloadsubsurface-38bf351cc180b776172229d2144510cec21d5bcb.tar.gz
mobile/ios: correct whitespaces to coding standard
correct whitespaces to coding standard in translations.qrc, qml.qrc and deployment.pri Signed-off-by: Jan Iversen <jani@apache.org>
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)