From 04f8eee46c98024e3b7e1032d6f296adb3aeaa22 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 29 Jul 2017 13:42:06 -0700 Subject: MXE build: copy the QML modules we need And include them in the installer. Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 12 ++++++++++++ packaging/windows/subsurface.nsi.in | 1 + 2 files changed, 13 insertions(+) (limited to 'packaging') diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 31337a9b6..24c4825e8 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -286,6 +286,18 @@ do done done +# next we need the QML modules +QT_QML_MODULES="$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/qml/QtQuick.2 \ +$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/qml/QtLocation \ +$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/qml/QtPositioning" + +mkdir -p $STAGING_DIR/qml + +for d in $QT_QML_MODULES +do + cp -a $d $STAGING_DIR/qml +done + # for some reason we aren't installing Qt5Xml.dll and Qt5Location.dll # I need to figure out why and fix that, but for now just manually copy that as well EXTRA_MANUAL_DEPENDENCIES="$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Xml$DLL_SUFFIX.dll \ diff --git a/packaging/windows/subsurface.nsi.in b/packaging/windows/subsurface.nsi.in index 2d8e57042..75d9a2a1e 100644 --- a/packaging/windows/subsurface.nsi.in +++ b/packaging/windows/subsurface.nsi.in @@ -150,6 +150,7 @@ Section File /r theme File /r images File /r plugins + File /r qml File /r Documentation File /r translations File /r printing_templates -- cgit v1.2.3-70-g09d2