mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:19:24 +08:00
473d63c4ed
* fix da qt5 * fix qt config duplication * [qt5-base] Use vcpkg_extract_source_archive_ex [sqlite3] Enable SQLITE_ENABLE_COLUMN_METADATA * [qt5-*] Update sub-portfiles * qt5-base WIP * [qt5] Fix Could not find qmlcachegen.exe * [qt5-activeqt] Fix SHA512 * [qt5-base] Fix static builds * [qt5-base] Bump control version * [qt5-base] Restore removal of qmake dependencies * [qt5-base] Partially revert #3280 * [qt5-base][vcpkg_build_qmake] Fix Qt5Bootstrap.lib issues
17 lines
611 B
Diff
17 lines
611 B
Diff
diff -Naur a/src/corelib/configure.json b/src/corelib/configure.json
|
|
--- a/src/corelib/configure.json 2018-08-23 02:58:54.544949500 -0400
|
|
+++ b/src/corelib/configure.json 2018-08-23 02:59:31.481175300 -0400
|
|
@@ -181,8 +181,10 @@
|
|
"builds": {
|
|
"debug": "-lpcre2-16d",
|
|
"release": "-lpcre2-16"
|
|
- }
|
|
- }
|
|
+ },
|
|
+ "condition": "config.win32"
|
|
+ },
|
|
+ { "libs": "-lpcre2-16", "condition": "!config.win32" }
|
|
]
|
|
},
|
|
"pps": {
|