mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 01:29:18 +08:00
[qtwebview] fix core build (#30825)
This commit is contained in:
parent
bd10ad0c1a
commit
2a6dfa3a7e
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qt",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1,
|
||||
"description": "Qt",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
@ -182,10 +183,7 @@
|
||||
},
|
||||
{
|
||||
"name": "qtwebview",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"qml"
|
||||
]
|
||||
"default-features": false
|
||||
},
|
||||
{
|
||||
"name": "qtwebview",
|
||||
|
@ -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
|
||||
)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qtwebview",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1,
|
||||
"description": "Qt Web View",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
@ -11,18 +12,13 @@
|
||||
"features": [
|
||||
"gui"
|
||||
]
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"qml": {
|
||||
"description": "Build QML imports",
|
||||
"dependencies": [
|
||||
},
|
||||
{
|
||||
"name": "qtdeclarative",
|
||||
"default-features": false
|
||||
}
|
||||
]
|
||||
},
|
||||
],
|
||||
"features": {
|
||||
"webengine": {
|
||||
"description": "Build with Webengine",
|
||||
"supports": "!static",
|
||||
|
@ -6398,7 +6398,7 @@
|
||||
},
|
||||
"qt": {
|
||||
"baseline": "6.4.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qt-advanced-docking-system": {
|
||||
"baseline": "3.8.2",
|
||||
@ -6758,7 +6758,7 @@
|
||||
},
|
||||
"qtwebview": {
|
||||
"baseline": "6.4.3",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"quadtree": {
|
||||
"baseline": "2022-04-24",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6e93109d6a3a6a6ef65470ce467a01a931a723b9",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "01393fc66b4bf4414a40b6dfe895e025c1778fe6",
|
||||
"version": "6.4.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "cef8861fee214027a5ade446692eafb6490fb7ea",
|
||||
"version": "6.4.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "9b5466522d3ff72530716724384c7122f4ffe8c1",
|
||||
"version": "6.4.3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user