Skip to content

Commit 066eb09

Browse files
author
stoeckerb
committed
update mysql.pro for MinGW 9.0
1 parent e5e8d22 commit 066eb09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql/mysql.pro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ TARGET = qsqlmysql
22

33
HEADERS += $$PWD/qsql_mysql_p.h
44
SOURCES += $$PWD/qsql_mysql.cpp $$PWD/main.cpp
5-
5+
gcc{
6+
DEFINES += NTDDI_VERSION=0x06000000
7+
}
68
#QMAKE_USE += mysql
79

810
OTHER_FILES += mysql.json

0 commit comments

Comments
 (0)