vcpkg/ports/qt5-base/fix-system-pcre2.patch
Robert Colton 473d63c4ed Qt 5.11 and static build fixes (#4164)
* 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
2018-10-22 10:49:16 -07:00

18 lines
602 B
Diff

diff -Naur a/src/corelib/configure.json b/src/corelib/configure.json
--- a/src/corelib/configure.json 2018-06-15 03:29:31.000000000 -0400
+++ b/src/corelib/configure.json 2018-08-23 00:46:04.380187100 -0400
@@ -177,7 +177,12 @@
},
"sources": [
{ "type": "pkgConfig", "args": "libpcre2-16" },
- "-lpcre2-16"
+ {
+ "builds": {
+ "debug": "-lpcre2-16d",
+ "release": "-lpcre2-16"
+ }
+ }
]
},
"pps": {