summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-29 11:20:56 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-05-29 16:58:43 +0200
commit37eb5d38aaff693a9ab48b32b6f4c13aac5f827c (patch)
treeecb6c3d1b3619f14b2cd1ada4ed6c98ca3dc34a3 /util
parent948511a14382e71607d851b9765075778b4d776f (diff)
Add SvgWidgets library
Change-Id: I243aa35a0628f80219b589a0ba943ec1a25bb972 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@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 2848621dc5..83d19ba2f5 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -306,6 +306,7 @@ _qt_library_map = [
LibraryMapping("shadertools", "Qt6", "Qt::ShaderTools", extra=["COMPONENTS", "ShaderTools"]),
LibraryMapping("sql", "Qt6", "Qt::Sql", extra=["COMPONENTS", "Sql"]),
LibraryMapping("svg", "Qt6", "Qt::Svg", extra=["COMPONENTS", "Svg"]),
+ LibraryMapping("svgwidgets", "Qt6", "Qt::SvgWidgets", extra=["COMPONENTS", "SvgWidgets"]),
LibraryMapping("testlib", "Qt6", "Qt::Test", extra=["COMPONENTS", "Test"]),
LibraryMapping("texttospeech", "Qt6", "Qt::TextToSpeech", extra=["COMPONENTS", "TextToSpeech"]),
LibraryMapping(