diff options
Diffstat (limited to 'testing/source/vtown/deps/qt5/patches/qt5.mysql.h.diff')
-rw-r--r-- | testing/source/vtown/deps/qt5/patches/qt5.mysql.h.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/source/vtown/deps/qt5/patches/qt5.mysql.h.diff b/testing/source/vtown/deps/qt5/patches/qt5.mysql.h.diff new file mode 100644 index 00000000..f1cf11b9 --- /dev/null +++ b/testing/source/vtown/deps/qt5/patches/qt5.mysql.h.diff @@ -0,0 +1,11 @@ +--- qt-everywhere-opensource-src-5.9.0/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql_p.h.orig 2017-05-26 14:43:31.000000000 +0200 ++++ qt-everywhere-opensource-src-5.9.0/qtbase/src/plugins/sqldrivers/mysql/qsql_mysql_p.h 2017-06-17 22:11:34.211899826 +0200 +@@ -57,7 +57,7 @@ + #include <QtCore/qt_windows.h> + #endif + +-#include <mysql.h> ++#include <mysql/mysql.h> + + #ifdef QT_PLUGIN + #define Q_EXPORT_SQLDRIVER_MYSQL |