summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-03-29 12:16:05 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-03-29 14:26:58 +0000
commit61ec3d0b6e7c77c91449cc52a218fdab6a490896 (patch)
treedebe87886eab6ea385345a3ba9415655bf1424e1 /util
parent828f2965e78a2178266ec3b54f922ccea324693d (diff)
CMake: Map psql to PostgreSQL::PostgreSQL
Change-Id: I8332d2120e8b629c8722b5c9a95b47950b327d4c Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 9f53503608..24c2f143ab 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -229,6 +229,7 @@ libray_mapping = {
'libudev': 'PkgConfig::Libudev',
'mtdev': 'PkgConfig::Mtdev',
'pcre2': 'PCRE2',
+ 'psql': 'PostgreSQL::PostgreSQL',
'sqlite': 'SQLite3',
'tslib': 'PkgConfig::Tslib',
'x11sm': '${X11_SM_LIB} ${X11_ICE_LIB}',