aboutsummaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorFabian Kosmale <[email protected]>2022-03-31 10:49:02 +0200
committerFabian Kosmale <[email protected]>2022-03-31 20:09:57 +0200
commit11fda065817e3face3296b311694694eb0c46d97 (patch)
tree55e1b3e1ba4db87d2b9394a0ad20f4f8a1a4fcd2 /.cmake.conf
parentdbbee7e39b99d5afc6ea12e8fa6ea27b07482e8f (diff)
qtdeclarative: opt in to reduced includes
Change-Id: Ieed5efd0b487b38ed36e1b111e2b286c5403c9f7 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Maximilian Goldstein <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index 280060834f..c4253cfe7b 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -1,2 +1,4 @@
set(QT_REPO_MODULE_VERSION "6.4.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
+
+set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_LEAN_HEADERS=1")