summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-01-27 11:26:22 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-16 16:03:06 +0100
commit64dc6fe87d05aaad3ce516747ad6dbd048f388cb (patch)
treeb92970ae773c3553b8e3dcb6f8470689f909e75a /qmake
parent557dcd8a87c6c6c77ccc71a85b1ec349c69eb4c4 (diff)
Add some exclusions for CMake Unity (Jumbo) builds
Add exclusions for issues that are likely not fixable (3rd party code, X11 define clashes, etc) in 3rd party, tools and plugins. Pick-to: 6.5 Task-number: QTBUG-109394 Done-with: Amir Masoud Abdol <amir.abdol@qt.io> Change-Id: I698c004201a76a48389271c130e44fba20f5adf7 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/CMakeLists.txt b/qmake/CMakeLists.txt
index 9be6b92d68..c9014f35fd 100644
--- a/qmake/CMakeLists.txt
+++ b/qmake/CMakeLists.txt
@@ -133,6 +133,7 @@ set_target_properties(${target_name} PROPERTIES
AUTOMOC OFF
AUTORCC OFF
AUTOUIC OFF
+ UNITY_BUILD OFF
)
qt_internal_apply_gc_binaries(${target_name} PRIVATE) # special case