From 5bad80173f58dc25d627908788b23c9d4bbcea89 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 4 Dec 2020 10:22:00 +0100 Subject: [PATCH] Add qt chart mapping to cmake utils helper.py Change-Id: I5d9e42dc221419c2f21a533f3fc27ce67ef84450 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 1 + 1 file changed, 1 insertion(+) 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(