summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/sqldrivers/odbc/CMakeLists.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/plugins/sqldrivers/odbc/CMakeLists.txt b/src/plugins/sqldrivers/odbc/CMakeLists.txt
index 792edb4c82..c3c52f526c 100644
--- a/src/plugins/sqldrivers/odbc/CMakeLists.txt
+++ b/src/plugins/sqldrivers/odbc/CMakeLists.txt
@@ -1,6 +1,4 @@
-# Generated from odbc.pro.
-
-find_package(ODBC)
+find_package(ODBC) # special case
#####################################################################
## qsqlodbc Plugin:
@@ -15,14 +13,17 @@ add_qt_plugin(qsqlodbc
QT_NO_CAST_TO_ASCII
QT_NO_CAST_FROM_ASCII
LIBRARIES
+ ODBC::ODBC
+ Qt::Core
Qt::CorePrivate
Qt::SqlPrivate
- ODBC::ODBC
- # OTHER_FILES = "odbc.json"
- # PLUGIN_CLASS_NAME = "QODBCDriverPlugin"
- # _LOADED = "qt_plugin"
)
+#### Keys ignored in scope 1:.:odbc.pro:<NONE>:
+# OTHER_FILES = "odbc.json"
+# PLUGIN_CLASS_NAME = "QODBCDriverPlugin"
+# _LOADED = "qt_plugin"
+
## Scopes:
#####################################################################