diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index e0d17fb77f8aaf..f75725a8e55725 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,11 +1,11 @@ { "name": "qttools", "version": "6.6.3", + "port-version": 1, "description": "A collection of tools and utilities that come with the Qt framework to assist developers in the creation, management, and deployment of Qt applications.", "homepage": "https://www.qt.io/", "license": null, "dependencies": [ - "litehtml", { "name": "qtbase", "default-features": false @@ -15,7 +15,6 @@ "host": true, "default-features": false, "features": [ - "assistant", "linguist" ] } @@ -24,6 +23,10 @@ "assistant": { "description": "Build Qt Assistant", "dependencies": [ + { + "name": "litehtml", + "default-features": false + }, { "name": "qtbase", "default-features": false, @@ -33,6 +36,14 @@ "sql-sqlite", "widgets" ] + }, + { + "name": "qttools", + "host": true, + "default-features": false, + "features": [ + "assistant" + ] } ] }, diff --git a/versions/baseline.json b/versions/baseline.json index 6a8ef3556ac2f6..18adcbaa140d20 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7454,7 +7454,7 @@ }, "qttools": { "baseline": "6.6.3", - "port-version": 0 + "port-version": 1 }, "qttranslations": { "baseline": "6.6.3", diff --git a/versions/q-/qttools.json b/versions/q-/qttools.json index 0f7618a0855b8d..6b20f67fe936ff 100644 --- a/versions/q-/qttools.json +++ b/versions/q-/qttools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "604eb3dac773b30254705952a261dc2529c2f86b", + "version": "6.6.3", + "port-version": 1 + }, { "git-tree": "10ad98aeb63f7e702be20eada46f84ee357759ef", "version": "6.6.3",