We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ded9b9 commit 5df0fdbCopy full SHA for 5df0fdb
mysql/CMakeLists.txt
@@ -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