mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Remove hacks around Kirigami issues
Those were fixed upstream. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d408939076
commit
f23c2d8192
1 changed files with 0 additions and 4 deletions
|
@ -335,10 +335,6 @@ echo next building for $ARCH
|
|||
|
||||
# build kirigami
|
||||
if [ ! "$ARCH" = "x86_64" ] ; then
|
||||
pushd ${SUBSURFACE_SOURCE}/mobile-widgets/qml/kirigami
|
||||
sed -i.bak -e '/styles\/Desktop\/ContextDrawer.qml/d' kirigami.qrc
|
||||
sed -i.bak -e '/ecm_create_qm_loader/d' src/CMakeLists.txt
|
||||
popd
|
||||
mkdir -p 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
|
||||
|
|
Loading…
Reference in a new issue