diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-11 17:14:34 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-17 09:17:54 -0800 |
commit | 80b5e7990a5c4d1335e575732e2bdb7796589f72 (patch) | |
tree | aac949cbd7c799751a093e7a3272bede7645e9c8 /Subsurface-mobile.pro | |
parent | 320b4a77ef793497bcb43bd42c7958c43814f039 (diff) | |
download | subsurface-80b5e7990a5c4d1335e575732e2bdb7796589f72.tar.gz |
build-system/iOS: build Kirigami separately for iOS as well
Since the integrated build no longer seems to work, this creates a separate
Kirigami build using qmake (as I couldn't make Kirigami's cmake build work).
The install target tries to install into the Qt install which may not be
possible with a user account, so this instead uses the built library directly.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index 66763448f..f350c9422 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -372,6 +372,7 @@ ios { ../install-root/ios/lib/libgit2.a \ ../install-root/ios/lib/libzip.a \ ../install-root/ios/lib/libxslt.a \ + ../install-root/ios/lib/qml/org/kde/kirigami.2/libkirigamiplugin.a \ ../googlemaps/build-ios/libqtgeoservices_googlemaps.a \ -liconv \ -lsqlite3 \ |