Skip to content

Commit

Permalink
[qtwebview] fix core build (#30825)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Apr 13, 2023
1 parent bd10ad0 commit 2a6dfa3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 2 additions & 4 deletions ports/qt/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qt",
"version": "6.4.3",
"port-version": 1,
"description": "Qt",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down Expand Up @@ -182,10 +183,7 @@
},
{
"name": "qtwebview",
"default-features": false,
"features": [
"qml"
]
"default-features": false
},
{
"name": "qtwebview",
Expand Down
6 changes: 1 addition & 5 deletions ports/qtwebview/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ set(${PORT}_PATCHES)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
"qml" CMAKE_REQUIRE_FIND_PACKAGE_Qt6Quick
"qml" CMAKE_REQUIRE_FIND_PACKAGE_Qt6WebEngineQuick
"webengine" CMAKE_REQUIRE_FIND_PACKAGE_WebEngineCore
INVERTED_FEATURES
"qml" CMAKE_DISABLE_FIND_PACKAGE_Qt6Quick
"qml" CMAKE_DISABLE_FIND_PACKAGE_Qt6WebEngineQuick
"webengine" CMAKE_DISABLE_FIND_PACKAGE_WebEngineCore
)

qt_install_submodule(PATCHES ${${PORT}_PATCHES}
CONFIGURE_OPTIONS
CONFIGURE_OPTIONS ${FEATURE_OPTIONS}
CONFIGURE_OPTIONS_RELEASE
CONFIGURE_OPTIONS_DEBUG
)
14 changes: 5 additions & 9 deletions ports/qtwebview/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtwebview",
"version": "6.4.3",
"port-version": 1,
"description": "Qt Web View",
"homepage": "https://www.qt.io/",
"license": null,
Expand All @@ -11,18 +12,13 @@
"features": [
"gui"
]
},
{
"name": "qtdeclarative",
"default-features": false
}
],
"features": {
"qml": {
"description": "Build QML imports",
"dependencies": [
{
"name": "qtdeclarative",
"default-features": false
}
]
},
"webengine": {
"description": "Build with Webengine",
"supports": "!static",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6398,7 +6398,7 @@
},
"qt": {
"baseline": "6.4.3",
"port-version": 0
"port-version": 1
},
"qt-advanced-docking-system": {
"baseline": "3.8.2",
Expand Down Expand Up @@ -6758,7 +6758,7 @@
},
"qtwebview": {
"baseline": "6.4.3",
"port-version": 0
"port-version": 1
},
"quadtree": {
"baseline": "2022-04-24",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qt.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6e93109d6a3a6a6ef65470ce467a01a931a723b9",
"version": "6.4.3",
"port-version": 1
},
{
"git-tree": "01393fc66b4bf4414a40b6dfe895e025c1778fe6",
"version": "6.4.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtwebview.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "cef8861fee214027a5ade446692eafb6490fb7ea",
"version": "6.4.3",
"port-version": 1
},
{
"git-tree": "9b5466522d3ff72530716724384c7122f4ffe8c1",
"version": "6.4.3",
Expand Down

0 comments on commit 2a6dfa3

Please sign in to comment.