[qtbase] add namespace support (#22713)

Fixes #22712
This commit is contained in:
Alexandre Bique 2022-02-02 00:03:34 +01:00 committed by GitHub
parent b39014895f
commit 8f315e8529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 28 deletions

View File

@ -79,6 +79,10 @@ INVERTED_FEATURES
list(APPEND FEATURE_OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_Libudev:BOOL=ON)
list(APPEND FEATURE_OPTIONS -DFEATURE_xml:BOOL=ON)
if(QT_NAMESPACE)
list(APPEND FEATURE_OPTIONS -DQT_NAMESPACE:STRING=${QT_NAMESPACE})
endif()
# Corelib features:
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_CORE_OPTIONS
FEATURES

View File

@ -1,8 +1,8 @@
{
"name": "qtbase",
"version-semver": "6.2.2",
"port-version": 3,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"port-version": 4,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components. You may define QT_NAMESPACE in your triplet.",
"homepage": "https://www.qt.io/",
"dependencies": [
"freetype",

View File

@ -5758,7 +5758,7 @@
},
"qtbase": {
"baseline": "6.2.2",
"port-version": 3
"port-version": 4
},
"qtcharts": {
"baseline": "6.2.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2362188815f81dd666df3eaee1d96a208c1a0838",
"version-semver": "6.2.2",
"port-version": 4
},
{
"git-tree": "e9fa18e04e930f9ada49aac4dca2e9fe4958b89a",
"version-semver": "6.2.2",