mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 06:23:57 +08:00
35bfef7084
* [qt6] Update to 6.1.1 * version stuff * fix empty dir * update version * fix casing in qtbase * [libpq] add secure32.lib on windows * add clang-cl fix * version stuff * fix flag removal by adding a space * version stuff * make qt6->Qt6 usage consistent since Qt6 refers to itself as Qt6 with uppercase Q * fix libpq wrapper opensll linkage on linux * use policy to fix dependent ports * version stuff * use upstream patch * version stuff * fix source_location with clang-cl * version stuff * add all new modules * add all modules to the qt port * push all the ports * fix patch * update ports * split qt_install_submodule into smaller functions * add qlitehtml submodule to qttools * update a few ports before moving to beta * update vcpkg.json and refs and fix issue with update * fix dependencies * remove patch * update to 6.2 * add nodejs to vcpkg_find_acquire_program for qtwebengine * format manifest. * fix webengine and see if it builds. * apply format diff * add patch * fix arm builds * fix linux gcc 7.5 build error * fix patch * bump version in qtbase otherwise CI seems to resuse the wrong version * fix webengine release build * try fixing gcc 7.5 build * revert gcc 7.5 fixes since they broke osx * revert gcc 7.5 fixes since they broke osx * fix qtimageformats. * actually enable new qt6 builds. * fix search path for nodejs. * fix the webengine patch again. * fix wrong binary name * revisit all dependencies * revisit webengine features and build settings * more feature stuff * remove qt6betablock and more features review for qt 6.2 * add missing qt prefix. * format manifest * fix ci issues * format manifest. * add node on osx. * install node on linux * fix a typo and a disable another find_package * fix mingw build issues and switch to not using tag * use CMAKE_HOST_WIN32 instead * update ref * fix core configure error * fix mingw case. * fix script installation * remove qmake helper scrpt * delete debug folder if empty * add vcpkg-tool-nodejs * revert changes in the pipeline scripts * adjust qtwebengine to the changes * format manifest and revert doc changes * fix message and logic * fix hashes and make host only port * fix hash again? * qttools add linguist feature for crossbuilds * fix dependency * add thread and future to concurrent feature * add assistant as a required host feature (somebody should tell Qt not to do that) * fix dependency. * [skip ci] not a host dep?!? * [skip ci] debuging * [skip ci] more debug messages * [skip ci] try always redownloading * [skip ci] fix hash und skip hash for redownloading once * [skip ci] comment out skip sha and redownload * add vcpkg_fixup_pkgconfig to libvpx * qtwebengine requires qml and quick * fix manifest format * qtwebengine does not support static builds! * remove unnecessary parts of the patch * update to beta2 * add some " and a message in update mode * [skip ci] remove old and reorder patches * [skip ci] add qtpaths6 * [skip actions] fix webengine patch * [skip actions] fix a few submodule refs * [skip actions] fix qtwebengine * [skip actions] remove qml feature from webengine in qt metaport * qtdeclarative raise minimum cmake version * use the tree id instead? * [skip actions] raise minimum cmake version in qtquick3d * fix fetching of unadvertised commit ids * revert changes to vcpkg_from_git * revert doc changes * [skip actions] use the new FETCH_REF * [skip actiosn] remove raise of minimum version to retry with new cmake version * [skip actions] update to beta3 * revert removal of patch * update to beta4 remove qtquickcontrols2 deps * fix missing \ * [skip actions] fix gstreamer feature on windows * [skip actions] remove outdated patches format qtmultimedia * [skip actions] update to rc1 * [skip actions] remove patch for now * update refs * [skip actions] comment patch to try another patch in qtmultimedia * x86 is not supported by qtwebengine (at least one of its internal third party deps fails due to x64 intrinsics.) * Finalize for 6.2 release. Open issues: QtWebengine and cross builds. * version stuff * fix semver in qtquickcontrols. * version stuff * revise qtwebengine supports expression * update version
323 lines
6.5 KiB
JSON
323 lines
6.5 KiB
JSON
{
|
|
"name": "qtbase",
|
|
"version-semver": "6.2.0",
|
|
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
|
"homepage": "https://www.qt.io/",
|
|
"dependencies": [
|
|
"freetype",
|
|
{
|
|
"name": "libb2",
|
|
"platform": "!windows"
|
|
},
|
|
"pcre2",
|
|
{
|
|
"name": "qtbase",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
"zlib"
|
|
],
|
|
"default-features": [
|
|
"brotli",
|
|
"concurrent",
|
|
"dbus",
|
|
"default-features",
|
|
"doubleconversion",
|
|
"freetype",
|
|
"gui",
|
|
"harfbuzz",
|
|
"icu",
|
|
"jpeg",
|
|
"network",
|
|
"openssl",
|
|
"pcre2",
|
|
"png",
|
|
"sql",
|
|
"sql-psql",
|
|
"sql-sqlite",
|
|
"testlib",
|
|
"widgets",
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"appstore-compliant": {
|
|
"description": "Disable code that is not allowed in platform app stores. This is on by default for platforms which require distribution through an app store by default, in particular Android, iOS, tvOS, and watchOS."
|
|
},
|
|
"brotli": {
|
|
"description": "Support for downloading and decompressing resources compressed with Brotli through QNetworkAccessManager.",
|
|
"dependencies": [
|
|
"brotli",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"concurrent": {
|
|
"description": "Provides a high-level multi-threading API. Qt Concurrent"
|
|
},
|
|
"dbus": {
|
|
"description": "Qt D-Bus"
|
|
},
|
|
"default-features": {
|
|
"description": "Platform-dependent default features",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"appstore-compliant"
|
|
],
|
|
"platform": "uwp"
|
|
},
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"egl",
|
|
"fontconfig",
|
|
"xcb",
|
|
"xcb-xlib",
|
|
"xrender"
|
|
],
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"doubleconversion": {
|
|
"description": "Enable double conversion support",
|
|
"dependencies": [
|
|
"double-conversion"
|
|
]
|
|
},
|
|
"egl": {
|
|
"description": "EGL",
|
|
"dependencies": [
|
|
"egl-registry"
|
|
]
|
|
},
|
|
"fontconfig": {
|
|
"description": "Use fontconfig",
|
|
"dependencies": [
|
|
"fontconfig",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"framework": {
|
|
"$platform": "osx",
|
|
"description": "MAC framework build"
|
|
},
|
|
"freetype": {
|
|
"description": "Supports the FreeType 2 font engine (and its supported font formats).",
|
|
"dependencies": [
|
|
{
|
|
"name": "freetype",
|
|
"default-features": false
|
|
}
|
|
]
|
|
},
|
|
"glib": {
|
|
"description": "GLib",
|
|
"dependencies": [
|
|
"glib"
|
|
]
|
|
},
|
|
"gui": {
|
|
"description": "Qt Gui",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"freetype"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"harfbuzz": {
|
|
"description": "Use harfbuzz",
|
|
"dependencies": [
|
|
"harfbuzz",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"icu": {
|
|
"description": "Enable ICU support",
|
|
"dependencies": [
|
|
"icu"
|
|
]
|
|
},
|
|
"jpeg": {
|
|
"description": "Enable JPEG",
|
|
"dependencies": [
|
|
"libjpeg-turbo",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"network": {
|
|
"description": "Qt Network"
|
|
},
|
|
"openssl": {
|
|
"description": "Enable OpenSSL",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"network"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"pcre2": {
|
|
"description": "Enable PCRE2 support",
|
|
"dependencies": [
|
|
"pcre2"
|
|
]
|
|
},
|
|
"png": {
|
|
"description": "Enable PNG",
|
|
"dependencies": [
|
|
"libpng",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sql": {
|
|
"description": "Qt Sql"
|
|
},
|
|
"sql-psql": {
|
|
"description": "Enable SQL Driver psql",
|
|
"dependencies": [
|
|
"libpq",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"sql"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sql-sqlite": {
|
|
"description": "Enable SQL Driver sqlite",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"sql"
|
|
]
|
|
},
|
|
"sqlite3"
|
|
]
|
|
},
|
|
"testlib": {
|
|
"description": "Qt Testlib"
|
|
},
|
|
"vulkan": {
|
|
"description": "Enable Vulkan support"
|
|
},
|
|
"widgets": {
|
|
"description": "Qt Widgets",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"gui"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"xcb": {
|
|
"description": "XCB",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"xkbcommon-x11",
|
|
"xlib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"xcb-xlib": {
|
|
"description": "xcb-xlib",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"xlib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"xkb": {
|
|
"description": "XKB"
|
|
},
|
|
"xkbcommon-x11": {
|
|
"description": "xkbcommon_x11",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"xkb"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"xlib": {
|
|
"description": "XLib"
|
|
},
|
|
"xrender": {
|
|
"description": "XRender for native painting",
|
|
"dependencies": [
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false,
|
|
"features": [
|
|
"xcb"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"zstd": {
|
|
"description": "Zstandard support",
|
|
"dependencies": [
|
|
"zstd"
|
|
]
|
|
}
|
|
}
|
|
}
|