summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-05-03 15:02:32 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2019-05-03 13:42:25 +0000
commit7874ce780130cdecd6188662f03703ff49387ab0 (patch)
tree81fe8f5c09d7c60ae6889c537439dba17064a39c /src/plugins
parent9618434de56644fb61a76d4a3eb2176d629023fc (diff)
CMake: Improve mapping of libraries
Merge all data related to mapping libraries into one data structure in helper.py. Use that data for everything related to library mapping. This change enables way more features now like e.g. adding find_package calls into generated files. Change-Id: Ibbd2a1063cbeb65277582d434a6a672d62fc170b Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sqldrivers/configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/sqldrivers/configure.cmake b/src/plugins/sqldrivers/configure.cmake
index 87728099d2..037b361559 100644
--- a/src/plugins/sqldrivers/configure.cmake
+++ b/src/plugins/sqldrivers/configure.cmake
@@ -8,7 +8,7 @@
qt_find_package(PostgreSQL PROVIDED_TARGETS PostgreSQL::PostgreSQL)
qt_find_package(ODBC PROVIDED_TARGETS ODBC::ODBC)
-qt_find_package(SQLite3)
+qt_find_package(SQLite3 PROVIDED_TARGETS SQLite::SQLite3)
#### Tests