Exclude thread/qwaitcondition_unix.cpp from the Unity Build

Temporary exclude `qwaitcondition_unix.cpp` from the unity build, until
either of the mentioned change sets get merged.

Pick-to: 6.5
Task-number: QTBUG-109394
Change-Id: Iaacd090647ba007e0ab714dc674e67552f85c350
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Amir Masoud Abdol 2023-04-14 13:20:55 +02:00
parent 389b3a131a
commit 6de26ae531

View File

@ -669,6 +669,10 @@ qt_internal_extend_target(Core CONDITION QT_FEATURE_thread
qt_internal_extend_target(Core CONDITION QT_FEATURE_thread AND UNIX
SOURCES
thread/qwaitcondition_unix.cpp
NO_UNITY_BUILD_SOURCES
thread/qwaitcondition_unix.cpp
# Temporary exclusion until this, https://codereview.qt-project.org/c/qt/qtbase/+/472013,
# or this, https://codereview.qt-project.org/c/qt/qtbase/+/471184 addresses the issue.
)
qt_internal_extend_target(Core CONDITION APPLE AND QT_FEATURE_thread