summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-04-08 11:59:34 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-04-09 07:27:48 +0000
commit81542ffb91c9139f67386bc08aac6cf75218e0b4 (patch)
tree0d8943e8d160769c3b5acdca3f9c8e5f642f506d /util
parent4f07e711c9dbe80165ee62a6fdaa97b124f37155 (diff)
CMake: Map linuxaccessibility_supportPrivate to Qt::LASP
Change-Id: I6066f69c74c39fb97a286eb92748b5c4172b1efd Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
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 80ef80ccb6..b2f06d1a34 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -231,6 +231,7 @@ libray_mapping = {
'libproxy': 'LibProxy::LibProxy',
'librt': 'WrapRt',
'libudev': 'PkgConfig::Libudev',
+ 'linuxaccessibility_supportPrivate': 'Qt::LinuxAccessibilitySupportPrivate',
'mtdev': 'PkgConfig::Mtdev',
'odbc': 'ODBC::ODBC',
'pcre2': 'PCRE2',