diff --git a/CMakeLists.txt b/CMakeLists.txt index 1936e315930..de04269d78b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2834,6 +2834,12 @@ else() DESTINATION "${MIXXX_INSTALL_DATADIR}/Qt6/qml/QtQuick" COMPONENT applocal) + # qml6-module-qtquick-window + install( + DIRECTORY "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}$<$:/debug>/Qt6/qml/QtQuick/Window" + DESTINATION "${MIXXX_INSTALL_DATADIR}/Qt6/qml/QtQuick" + COMPONENT applocal) + # install qml6-module-qt-labs-qmlmodels install( DIRECTORY "${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}$<$:/debug>/Qt6/qml/Qt/labs/qmlmodels" @@ -3611,7 +3617,7 @@ if(QT6) if(QML) set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6sql6-sqlite, fonts-open-sans, fonts-ubuntu, qt6-qpa-plugins,\ - qml6-module-qt5compat-graphicaleffects, qml6-module-qtquick-controls, qml6-module-qtquick-nativestyle, qml6-module-qtquick-templates, qml6-module-qt-labs-qmlmodels, qml6-module-qtquick-shapes, qml6-module-qtqml-workerscript") + qml6-module-qt5compat-graphicaleffects, qml6-module-qtquick-controls, qml6-module-qtquick-nativestyle, qml6-module-qtquick-templates, qml6-module-qtquick-window, qml6-module-qt-labs-qmlmodels, qml6-module-qtquick-shapes, qml6-module-qtqml-workerscript") else() set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6sql6-sqlite, fonts-open-sans, fonts-ubuntu, qt6-qpa-plugins") endif() diff --git a/tools/debian_buildenv.sh b/tools/debian_buildenv.sh index eb515208e96..a4074fa47dc 100755 --- a/tools/debian_buildenv.sh +++ b/tools/debian_buildenv.sh @@ -109,6 +109,7 @@ case "$1" in qml6-module-qtquick-nativestyle \ qml6-module-qtquick-shapes \ qml6-module-qtquick-templates \ + qml6-module-qtquick-window \ qml6-module-qt-labs-qmlmodels \ "${PACKAGES_EXTRA[@]}" ;;