diff --git a/ports/qtbase/vcpkg.json b/ports/qtbase/vcpkg.json index 876f3f43fb..25f24be83c 100644 --- a/ports/qtbase/vcpkg.json +++ b/ports/qtbase/vcpkg.json @@ -1,6 +1,7 @@ { "name": "qtbase", "version-semver": "6.2.0", + "port-version": 1, "description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.", "homepage": "https://www.qt.io/", "dependencies": [ @@ -211,7 +212,16 @@ ] }, "sql": { - "description": "Qt Sql" + "description": "Qt Sql", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "concurrent" + ] + } + ] }, "sql-psql": { "description": "Enable SQL Driver psql", diff --git a/ports/qttools/vcpkg.json b/ports/qttools/vcpkg.json index cfdf1a2724..9a806339d1 100644 --- a/ports/qttools/vcpkg.json +++ b/ports/qttools/vcpkg.json @@ -1,6 +1,7 @@ { "name": "qttools", "version-semver": "6.2.0", + "port-version": 1, "description": "Qt Tools", "homepage": "https://www.qt.io/", "dependencies": [ @@ -20,10 +21,29 @@ ], "features": { "assistant": { - "description": "Build Qt Assistant" + "description": "Build Qt Assistant", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "network", + "sql-sqlite" + ] + } + ] }, "designer": { - "description": "Build Qt Designer" + "description": "Build Qt Designer", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "network" + ] + } + ] }, "linguist": { "description": "Build Qt Linguist components", diff --git a/versions/baseline.json b/versions/baseline.json index e7fd77ee69..318bbac4d8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5554,7 +5554,7 @@ }, "qtbase": { "baseline": "6.2.0", - "port-version": 0 + "port-version": 1 }, "qtcharts": { "baseline": "6.2.0", @@ -5654,7 +5654,7 @@ }, "qttools": { "baseline": "6.2.0", - "port-version": 0 + "port-version": 1 }, "qttranslations": { "baseline": "6.2.0", diff --git a/versions/q-/qtbase.json b/versions/q-/qtbase.json index 9585acad13..657fa7a5e6 100644 --- a/versions/q-/qtbase.json +++ b/versions/q-/qtbase.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "01075dfd8097c54bd832400553958c2ff9bebf31", + "version-semver": "6.2.0", + "port-version": 1 + }, { "git-tree": "9850138b57bf2122ee9e5063c76944754f4dbf63", "version-semver": "6.2.0", diff --git a/versions/q-/qttools.json b/versions/q-/qttools.json index 3d380d6938..8a4d307728 100644 --- a/versions/q-/qttools.json +++ b/versions/q-/qttools.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "7473cbd91e3a1f662866cd695e94ff6a96a9cfb4", + "version-semver": "6.2.0", + "port-version": 1 + }, { "git-tree": "829976cbf157c36668dd1535bbeeadd2c1d39416", "version-semver": "6.2.0",