Revert "Exclude files from unity build"
This reverts commit e0cec08480.
Reason for revert: this can't possibly be the correct solution. It
set properties in headers (not .cpp sources) and headers can't cause
a build issue because they aren't built. Moreover, the problems
were seen in another module, so the properties set in those files
shouldn't even be visible to CMake.
Change-Id: I8473bb819e768bd203f89034d18132186da0371c
Pick-to: 6.5
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
parent
d09855ae7b
commit
0198611fd4
|
|
@ -550,14 +550,6 @@ qt_internal_extend_target(Core CONDITION WIN32
|
|||
tools/qhash.cpp # Q_DECL_INIT_PRIORITY
|
||||
)
|
||||
|
||||
qt_internal_extend_target(Core CONDITION LINUX
|
||||
NO_UNITY_BUILD_SOURCES
|
||||
# Some of the macros in X11.h and Xlib.h are colliding with
|
||||
# symbols defined in some of the enums, e.g., None.
|
||||
io/qurl.h
|
||||
serialization/qjsonvalue.h
|
||||
)
|
||||
|
||||
if(NOT WIN32)
|
||||
### Qt7: remove
|
||||
# Make qwineventnotifier.h available on non-Windows platforms too for code bases that include
|
||||
|
|
|
|||
Loading…
Reference in New Issue