CMake: Regenerate src/corelib
Change-Id: I985f9cca78e173f066d65e704c101d499668163a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
41b1eaf579
commit
c67c05ee0e
@ -152,6 +152,7 @@ qt_add_module(Core
|
||||
text/qstring_compat.cpp
|
||||
text/qstringalgorithms.h text/qstringalgorithms_p.h
|
||||
text/qstringbuilder.cpp text/qstringbuilder.h
|
||||
text/qstringconverter.cpp text/qstringconverter.h text/qstringconverter_p.h
|
||||
text/qstringiterator_p.h
|
||||
text/qstringlist.cpp text/qstringlist.h
|
||||
text/qstringliteral.h
|
||||
@ -573,7 +574,7 @@ qt_extend_target(Core CONDITION QT_FEATURE_future
|
||||
|
||||
qt_extend_target(Core CONDITION QT_FEATURE_std_atomic64
|
||||
PUBLIC_LIBRARIES
|
||||
Atomic
|
||||
WrapAtomic::WrapAtomic
|
||||
)
|
||||
|
||||
qt_extend_target(Core CONDITION ICC
|
||||
@ -972,7 +973,7 @@ qt_extend_target(Core CONDITION QT_FEATURE_glib AND UNIX
|
||||
|
||||
qt_extend_target(Core CONDITION QT_FEATURE_clock_gettime AND UNIX
|
||||
LIBRARIES
|
||||
WrapRt
|
||||
WrapRt::WrapRt
|
||||
)
|
||||
|
||||
qt_extend_target(Core CONDITION UNIX AND NOT ANDROID
|
||||
|
@ -169,8 +169,8 @@ qt_add_module(Core
|
||||
text/qstring.cpp text/qstring.h
|
||||
text/qstring_compat.cpp
|
||||
text/qstringalgorithms.h text/qstringalgorithms_p.h
|
||||
text/qstringconverter.cpp text/qstringconverter.h text/qstringconverter_p.h
|
||||
text/qstringbuilder.cpp text/qstringbuilder.h
|
||||
text/qstringconverter.cpp text/qstringconverter.h text/qstringconverter_p.h
|
||||
text/qstringiterator_p.h
|
||||
text/qstringlist.cpp text/qstringlist.h
|
||||
text/qstringliteral.h
|
||||
@ -248,7 +248,7 @@ qt_add_module(Core
|
||||
# ../3rdparty/sha3 # special case remove
|
||||
../3rdparty/tinycbor/src
|
||||
PRECOMPILED_HEADER
|
||||
global/qt_pch.h
|
||||
"global/qt_pch.h"
|
||||
NO_PCH_SOURCES
|
||||
"text/qstring_compat.cpp"
|
||||
LIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user