summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-11-12 11:19:58 +0100
committerLeander Beernaert <leander.beernaert@qt.io>2019-11-12 10:27:51 +0000
commit026471378d80f32e236e675b01ab0e7ff4a4c383 (patch)
tree7aaf144db9a80f8666ca9aca6b8bf5de910ae527 /util
parentd7c4fa46ac3565a11787e5d12b3d190f54108ff9 (diff)
Add mapping entry for LinuxOfonoSupport
Change-Id: I4c88b58cad6b4f4a88f02a38dd84d3a667bcc063 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index df6b8773f0..28f5efa87a 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -347,6 +347,9 @@ _qt_library_map = [
),
LibraryMapping(
"quickparticles", "Qt6", "Qt::QuickParticles", extra=["COMPONENTS", "QuickParticles"]
+ ),
+ LibraryMapping(
+ "linuxofono_support", "Qt6", "Qt::LinuxOfonoSupport", extra=["COMPONENTS", "LinuxOfonoSupport"]
)
# qtzlib: No longer supported.
]