mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
parent
b39014895f
commit
8f315e8529
@ -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
|
||||
|
@ -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",
|
||||
|
@ -5758,7 +5758,7 @@
|
||||
},
|
||||
"qtbase": {
|
||||
"baseline": "6.2.2",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"qtcharts": {
|
||||
"baseline": "6.2.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2362188815f81dd666df3eaee1d96a208c1a0838",
|
||||
"version-semver": "6.2.2",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "e9fa18e04e930f9ada49aac4dca2e9fe4958b89a",
|
||||
"version-semver": "6.2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user