summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-12-04 10:22:00 +0100
committerMichal Klocek <michal.klocek@qt.io>2020-12-04 14:53:17 +0000
commit5bad80173f58dc25d627908788b23c9d4bbcea89 (patch)
treee6bd13a2b700df395aa3b11d55cd1aa6fa5d4eb8 /util
parent24f12d0cefe00adfe1b11cf41efbb146d529a6cd (diff)
Add qt chart mapping to cmake utils helper.py
Change-Id: I5d9e42dc221419c2f21a533f3fc27ce67ef84450 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 66426f9e50..05b640edc3 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -326,6 +326,7 @@ _qt_library_map = [
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("charts", "Qt6", "Qt::Charts", extra=["COMPONENTS", "Charts"]),
LibraryMapping("testlib", "Qt6", "Qt::Test", extra=["COMPONENTS", "Test"]),
LibraryMapping("texttospeech", "Qt6", "Qt::TextToSpeech", extra=["COMPONENTS", "TextToSpeech"]),
LibraryMapping(