mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
iOS build: no need to build kirigami library anymore
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
81166bc971
commit
2779f9198a
1 changed files with 8 additions and 8 deletions
|
@ -334,14 +334,14 @@ echo next building for $ARCH
|
||||||
#
|
#
|
||||||
|
|
||||||
# build kirigami
|
# build kirigami
|
||||||
if [ ! "$ARCH" = "x86_64" ] ; then
|
# if [ ! "$ARCH" = "x86_64" ] ; then
|
||||||
mkdir -p kirigami-build-$ARCH
|
# mkdir -p kirigami-build-$ARCH
|
||||||
pushd kirigami-build-$ARCH
|
# pushd kirigami-build-$ARCH
|
||||||
${IOS_QT}/${QT_VERSION}/ios/bin/qmake ${SUBSURFACE_SOURCE}/mobile-widgets/qml/kirigami/kirigami.pro -r -spec macx-ios-clang CONFIG+=iphoneos CONFIG+=release QMAKE_IOS_DEVICE_ARCHS=$ARCH
|
# ${IOS_QT}/${QT_VERSION}/ios/bin/qmake ${SUBSURFACE_SOURCE}/mobile-widgets/qml/kirigami/kirigami.pro -r -spec macx-ios-clang CONFIG+=iphoneos CONFIG+=release QMAKE_IOS_DEVICE_ARCHS=$ARCH
|
||||||
make
|
# make
|
||||||
cp org/kde/libkirigamiplugin.a ${PREFIX}/lib
|
# cp org/kde/libkirigamiplugin.a ${PREFIX}/lib
|
||||||
popd
|
# popd
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# build libdivecomputer
|
# build libdivecomputer
|
||||||
if [ ! -d libdivecomputer ] ; then
|
if [ ! -d libdivecomputer ] ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue