From 026471378d80f32e236e675b01ab0e7ff4a4c383 Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 12 Nov 2019 11:19:58 +0100 Subject: Add mapping entry for LinuxOfonoSupport Change-Id: I4c88b58cad6b4f4a88f02a38dd84d3a667bcc063 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') 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. ] -- cgit v1.2.3