mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Hack to work around build issues with current kirigami
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
af282a6061
commit
a62e225e03
1 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,10 @@ for (( i=0 ; i < ${#BUILDS[@]} ; i++ )) ; do
|
|||
if [ "$SUBSURFACE_EXECUTABLE" = "MobileExecutable" ] ; then
|
||||
cd $SRC/subsurface
|
||||
bash ./scripts/mobilecomponents.sh
|
||||
cd mobile-widgets/qml/kirigami
|
||||
# hack to work around issue in current kirigami
|
||||
sed -i.bak -e '/styles\/Desktop\/ContextDrawer.qml/d' kirigami.qrc
|
||||
sed -i.bak -e '/ecm_create_qm_loader/d' src/CMakeLists.txt
|
||||
mkdir -p $SRC/kirigami-build
|
||||
cd $SRC/kirigami-build
|
||||
cmake $SRC/subsurface/mobile-widgets/qml/kirigami/ -DSTATIC_LIBRARY=ON
|
||||
|
|
Loading…
Reference in a new issue