summaryrefslogtreecommitdiffstats
path: root/packaging/ios/Subsurface-mobile.pro
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-16 14:44:44 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-18 13:29:25 +0900
commitfa8c7ecc58a945ae6e6d72e0e8b239d0f11c2eb7 (patch)
treee355ba72bc345020aa3d91c98ae5d10d7062fca9 /packaging/ios/Subsurface-mobile.pro
parent543e65e9875ae17160d35d8688575eb73b54f9cd (diff)
downloadsubsurface-fa8c7ecc58a945ae6e6d72e0e8b239d0f11c2eb7.tar.gz
build-system: iOS, change location of install-root
move from build-ios/install-root/<arch> to SSRF_CLONE/install-root/ios/<arch> move fat libraries, include and bin to SSRF_CLONE/install-root/ios Call "make" and not "make qmake_all" which is just a FORCE dependency. Signed-off-by: Jan Iversen <jani@apache.org>
Diffstat (limited to 'packaging/ios/Subsurface-mobile.pro')
-rw-r--r--packaging/ios/Subsurface-mobile.pro20
1 files changed, 10 insertions, 10 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro
index 8871a9cd8..5eeee4aee 100644
--- a/packaging/ios/Subsurface-mobile.pro
+++ b/packaging/ios/Subsurface-mobile.pro
@@ -132,20 +132,20 @@ RESOURCES += ./qml.qrc \
../../map-widget/qml/map-widget.qrc \
./translations.qrc
-LIBS += ./install-root/lib/libdivecomputer.a \
- ./install-root/lib/libgit2.a \
- ./install-root/lib/libzip.a \
- ./install-root/lib/libxslt.a \
- ./build-ios/googlemaps-build/libqtgeoservices_googlemaps.a \
+LIBS += ../../../../install-root/ios/lib/libdivecomputer.a \
+ ../../../../install-root/ios/lib/libgit2.a \
+ ../../../../install-root/ios/lib/libzip.a \
+ ../../../../install-root/ios/lib/libxslt.a \
+ ../build-ios/googlemaps-build/libqtgeoservices_googlemaps.a \
-liconv \
-lsqlite3 \
-lxml2
-INCLUDEPATH += ./install-root/include/ \
- ./install-root/lib/libzip/include \
- ./install-root/include/libxstl \
- ./install-root/include/libexstl \
- ./install-root/include/openssl \
+INCLUDEPATH += ../../../install-root/ios/include/ \
+ ../../../install-root/lib/libzip/include \
+ ../../../install-root/ios/include/libxstl \
+ ../../../install-root/ios/include/libexstl \
+ ../../../install-root/ios/include/openssl \
../.. \
../../core \
../../mobile-widgets/qml/kirigami/src/libkirigami \