diff options
| author | Leander Beernaert <[email protected]> | 2019-11-12 11:19:58 +0100 | 
|---|---|---|
| committer | Leander Beernaert <[email protected]> | 2019-11-12 10:27:51 +0000 | 
| commit | 026471378d80f32e236e675b01ab0e7ff4a4c383 (patch) | |
| tree | 7aaf144db9a80f8666ca9aca6b8bf5de910ae527 /util/cmake/helper.py | |
| parent | d7c4fa46ac3565a11787e5d12b3d190f54108ff9 (diff) | |
Add mapping entry for LinuxOfonoSupport
Change-Id: I4c88b58cad6b4f4a88f02a38dd84d3a667bcc063
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'util/cmake/helper.py')
| -rw-r--r-- | util/cmake/helper.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py index df6b8773f01..28f5efa87a1 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.  ]  | 
