mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:09:04 +08:00
a8f5147bbc
* qt5-base: added mysql plugin. * Fixed netcdf patch. * Build only on windows. * mysql plugin as module The MySQL plugin for QT now is a module of qt5-base * Update ports/qt5-base/portfile.cmake Co-authored-by: Daniele Lupo <daniele.lupo@log-in.it> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
12 lines
465 B
Diff
12 lines
465 B
Diff
--- a/src/plugins/sqldrivers/configure.json
|
|
+++ b/src/plugins/sqldrivers/configure.json
|
|
@@ -65,7 +65,7 @@
|
|
],
|
|
"main": "mysql_get_client_version();"
|
|
},
|
|
- "headers": "mysql.h",
|
|
+ "headers": "mysql/mysql.h",
|
|
"sources": [
|
|
{ "type": "mysqlConfig", "query": "--libs_r", "cleanlibs": true },
|
|
{ "type": "mysqlConfig", "query": "--libs", "cleanlibs": true },
|