summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 20ee7956ab..37135be7fa 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -356,6 +356,12 @@ _qt_library_map = [
"Qt6",
"Qt::LinuxOfonoSupport",
extra=["COMPONENTS", "LinuxOfonoSupport"],
+ ),
+ LibraryMapping(
+ "linuxofono_support_private",
+ "Qt6",
+ "Qt::LinuxOfonoSupportPrivate",
+ extra=["COMPONENTS", "LinuxOfonoSupportPrivate"],
)
# qtzlib: No longer supported.
]