summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-29 12:21:23 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 14:27:29 +0000
commitb0d4ac8498b18e9ba89aaa51b8ec143dd0e8ae36 (patch)
tree9f67576bd78061cb1d586eb4fa082faf0169876f /util
parent1ac36d4bc22da0cd7defad392c7619cd194da2d8 (diff)
CMake: Map SQLite3 to SQLite::SQLite3
Fix sqlite maping while at it. Change-Id: I712ca562fa362a7f5857047346e8b3083f901bfb Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 42e978bb71..d5e0dd006e 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -232,7 +232,8 @@ libray_mapping = {
'mtdev': 'PkgConfig::Mtdev',
'pcre2': 'PCRE2',
'psql': 'PostgreSQL::PostgreSQL',
- 'sqlite': 'SQLite3',
+ 'sqlite': 'SQLite::SQLite3',
+ 'SQLite3': 'SQLite::SQLite3',
'tslib': 'PkgConfig::Tslib',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',
'xcb_icccm': 'XCB::ICCCM',