diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index f7ee7f579043eb..df3155411588ed 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,11 +1,11 @@ { "name": "qttools", "version": "6.7.0", + "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 df08b61ed90464..6a09f253e6edf8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7466,7 +7466,7 @@ }, "qttools": { "baseline": "6.7.0", - "port-version": 0 + "port-version": 1 }, "qttranslations": { "baseline": "6.7.0", diff --git a/versions/q-/qttools.json b/versions/q-/qttools.json index cecd9c6f8c1670..d7e2dc42f01687 100644 --- a/versions/q-/qttools.json +++ b/versions/q-/qttools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "cadaced31348f820f58f783d06111ab2ce7a4ba6", + "version": "6.7.0", + "port-version": 1 + }, { "git-tree": "db60b03c6a66d957671dbf1ca32f996ccf80633d", "version": "6.7.0",