From 814b2dd65fa2bc3dcf7cbd444829e522ce5569ca Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 3 Jan 2021 13:07:10 -0800 Subject: [PATCH] build-system/Windows: package the QtCharts QML resources Signed-off-by: Dirk Hohndel --- packaging/windows/mxe-based-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/windows/mxe-based-build.sh b/packaging/windows/mxe-based-build.sh index 7f4c809b2..99d6a7052 100755 --- a/packaging/windows/mxe-based-build.sh +++ b/packaging/windows/mxe-based-build.sh @@ -260,6 +260,7 @@ done # next we need the QML modules QT_QML_MODULES="$BASEDIR/"$MXEDIR"/usr/"$MXEBUILDTYPE"/qt5/qml/QtQuick.2 \ $BASEDIR/"$MXEDIR"/usr/"$MXEBUILDTYPE"/qt5/qml/QtLocation \ +$BASEDIR/"$MXEDIR"/usr/"$MXEBUILDTYPE"/qt5/qml/QtCharts \ $BASEDIR/"$MXEDIR"/usr/"$MXEBUILDTYPE"/qt5/qml/QtPositioning" mkdir -p $STAGING_DIR/qml