summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMÃ¥rten Nordheim <marten.nordheim@qt.io>2020-02-07 12:55:09 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-12 08:44:51 +0000
commitf126d44db6472a1f1c856a0146ecc8676954a010 (patch)
treefbcfae035fdf788f21e0ac8ee03115fcddf1039a /util
parent572c03eb7a583baf1f48e5144d2868e5588d292a (diff)
Add library mapping for QtShaderTools
Change-Id: Ideefd13d75bdd4e0463c0f7b1e15c0781cfffe8c Reviewed-by: Qt CMake Build Bot 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 d427376088..142ca55c6b 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -297,6 +297,7 @@ _qt_library_map = [
LibraryMapping(
"service_support", "Qt6", "Qt::ServiceSupport", extra=["COMPONENTS", "ServiceSupport"]
),
+ 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("testlib", "Qt6", "Qt::Test", extra=["COMPONENTS", "Test"]),