mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:39:01 +08:00
Change qt5-base as a host port
This commit is contained in:
parent
c321862b87
commit
433fe47901
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"version-semver": "5.15.2",
|
||||
"port-version": 11,
|
||||
"port-version": 12,
|
||||
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"dependencies": [
|
||||
@ -25,6 +25,11 @@
|
||||
"libpng",
|
||||
"openssl",
|
||||
"pcre2",
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"host": true,
|
||||
"default-features": false
|
||||
},
|
||||
"sqlite3",
|
||||
{
|
||||
"name": "vcpkg-pkgconfig-get-modules",
|
||||
|
Loading…
Reference in New Issue
Block a user