mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
MXE build: copy the QML modules we need
And include them in the installer. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0021f24eef
commit
04f8eee46c
2 changed files with 13 additions and 0 deletions
|
@ -286,6 +286,18 @@ do
|
||||||
done
|
done
|
||||||
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
|
# 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
|
# 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 \
|
EXTRA_MANUAL_DEPENDENCIES="$BASEDIR/"$MXEDIR"/usr/i686-w64-mingw32.shared/qt5/bin/Qt5Xml$DLL_SUFFIX.dll \
|
||||||
|
|
|
@ -150,6 +150,7 @@ Section
|
||||||
File /r theme
|
File /r theme
|
||||||
File /r images
|
File /r images
|
||||||
File /r plugins
|
File /r plugins
|
||||||
|
File /r qml
|
||||||
File /r Documentation
|
File /r Documentation
|
||||||
File /r translations
|
File /r translations
|
||||||
File /r printing_templates
|
File /r printing_templates
|
||||||
|
|
Loading…
Add table
Reference in a new issue