Avoid separate qt_…_target call for qlocale_win.cpp
Change-Id: Ib309fbf0c106f8bbc81b4a714994087543494605 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
ee8d5453e2
commit
f039077830
@ -587,6 +587,7 @@ qt_internal_extend_target(Core CONDITION WIN32
|
||||
kernel/qwineventnotifier.cpp kernel/qwineventnotifier.h kernel/qwineventnotifier_p.h
|
||||
kernel/qwinregistry.cpp kernel/qwinregistry_p.h
|
||||
plugin/qsystemlibrary.cpp plugin/qsystemlibrary_p.h
|
||||
text/qlocale_win.cpp
|
||||
thread/qthread_win.cpp
|
||||
platform/windows/qcomobject_p.h
|
||||
platform/windows/qcomptr_p.h
|
||||
@ -875,11 +876,6 @@ qt_internal_extend_target(Core CONDITION UNIX AND NOT APPLE AND NOT WASM
|
||||
text/qlocale_unix.cpp
|
||||
)
|
||||
|
||||
qt_internal_extend_target(Core CONDITION WIN32
|
||||
SOURCES
|
||||
text/qlocale_win.cpp
|
||||
)
|
||||
|
||||
# Switch this to just 'icu' once we can expect Windows 10 version 1903
|
||||
qt_internal_extend_target(Core CONDITION QT_FEATURE_winsdkicu
|
||||
LIBRARIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user