Skip to content

Commit

Permalink
Install missing qml6-module-qtqml-workerscript
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Jan 21, 2024
1 parent 8ae39fa commit 66a1f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@ set(CPACK_DEBIAN_PACKAGE_REPLACES "mixxx-data")
if(QT6)
if(QML)
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libqt6sql6-sqlite, fonts-open-sans, fonts-ubuntu, qt6-qpa-plugins,\
qml6-module-qtquick-controls, qml6-module-qt-labs-qmlmodels, qml6-module-qtquick-shapes")
qml6-module-qtquick-controls, 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()
Expand Down
3 changes: 2 additions & 1 deletion tools/debian_buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,9 @@ case "$1" in
qtkeychain-qt6-dev \
qt6-declarative-dev \
qt6-qpa-plugins \
qml6-module-qtquick-controls \
qml6-module-qt-labs-qmlmodels \
qml6-module-qtqml-workerscript \
qml6-module-qtquick-controls \
qml6-module-qtquick-shapes \
"${PACKAGES_EXTRA[@]}"
;;
Expand Down

0 comments on commit 66a1f50

Please sign in to comment.