Skip to content

Commit 5df0fdb

Browse files
author
stoeckerb
committed
init 6.0.1
1 parent 4ded9b9 commit 5df0fdb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

mysql/CMakeLists.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Generated from mysql.pro.
2+
3+
#####################################################################
4+
## QMYSQLDriverPlugin Plugin:
5+
#####################################################################
6+
7+
qt_internal_add_plugin(QMYSQLDriverPlugin
8+
OUTPUT_NAME qsqlmysql
9+
TYPE sqldrivers
10+
SOURCES
11+
main.cpp
12+
qsql_mysql.cpp qsql_mysql_p.h
13+
DEFINES
14+
QT_NO_CAST_FROM_ASCII
15+
QT_NO_CAST_TO_ASCII
16+
PUBLIC_LIBRARIES
17+
MySQL::MySQL
18+
Qt::Core
19+
Qt::CorePrivate
20+
Qt::SqlPrivate
21+
)
22+
23+
#### Keys ignored in scope 1:.:.:mysql.pro:<TRUE>:
24+
# OTHER_FILES = "mysql.json"

0 commit comments

Comments
 (0)