diff --git a/overlay/windows/qt5-base/qtdeploy.ps1 b/overlay/windows/qt5-base/qtdeploy.ps1 index 6b27d44d7171d7..74fb2664b2c082 100644 --- a/overlay/windows/qt5-base/qtdeploy.ps1 +++ b/overlay/windows/qt5-base/qtdeploy.ps1 @@ -62,7 +62,8 @@ function deployPluginsIfQt([string]$targetBinaryDir, [string]$QtPluginsDir, [str deployPlugins "playlistformats" } elseif ($targetBinaryName -match "Qt5PrintSupportd?.dll") { deployPlugins "printsupport" - } elseif ($targetBinaryName -match "Qt5Qmld?.dll") { + } elseif ($targetBinaryName -match "Qt5Qmld?.dll" -and $false) { + # qml deployment is disabled because Mixxx 2.4 use Qt5Qml.dll only for QJSEngine if(!(Test-Path "$targetBinaryDir\qml")) { if (Test-Path "$binDir\..\qml") { diff --git a/overlay/windows/qt5-base/vcpkg.json b/overlay/windows/qt5-base/vcpkg.json index ff9c791536c6d3..5d4a8ff14d900a 100644 --- a/overlay/windows/qt5-base/vcpkg.json +++ b/overlay/windows/qt5-base/vcpkg.json @@ -1,7 +1,7 @@ { "name": "qt5-base", "version": "5.15.8", - "port-version": 6, + "port-version": 7, "description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.", "homepage": "https://www.qt.io/", "license": null,