diff --git a/ports/qt5-base/vcpkg.json b/ports/qt5-base/vcpkg.json index 6115a5e4fd..072baa2f1f 100644 --- a/ports/qt5-base/vcpkg.json +++ b/ports/qt5-base/vcpkg.json @@ -1,7 +1,7 @@ { "name": "qt5-base", "version-semver": "5.15.2", - "port-version": 11, + "port-version": 12, "description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.", "homepage": "https://www.qt.io/", "dependencies": [ @@ -25,6 +25,11 @@ "libpng", "openssl", "pcre2", + { + "name": "qt5-base", + "host": true, + "default-features": false + }, "sqlite3", { "name": "vcpkg-pkgconfig-get-modules",