Skip to content

Commit f039077

Browse files
author
Marius Kittler
committed
Avoid separate qt_…_target call for qlocale_win.cpp
Change-Id: Ib309fbf0c106f8bbc81b4a714994087543494605 Reviewed-by: Thiago Macieira <[email protected]> Reviewed-by: Joerg Bornemann <[email protected]>
1 parent ee8d545 commit f039077

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/corelib/CMakeLists.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ qt_internal_extend_target(Core CONDITION WIN32
587587
kernel/qwineventnotifier.cpp kernel/qwineventnotifier.h kernel/qwineventnotifier_p.h
588588
kernel/qwinregistry.cpp kernel/qwinregistry_p.h
589589
plugin/qsystemlibrary.cpp plugin/qsystemlibrary_p.h
590+
text/qlocale_win.cpp
590591
thread/qthread_win.cpp
591592
platform/windows/qcomobject_p.h
592593
platform/windows/qcomptr_p.h
@@ -875,11 +876,6 @@ qt_internal_extend_target(Core CONDITION UNIX AND NOT APPLE AND NOT WASM
875876
text/qlocale_unix.cpp
876877
)
877878

878-
qt_internal_extend_target(Core CONDITION WIN32
879-
SOURCES
880-
text/qlocale_win.cpp
881-
)
882-
883879
# Switch this to just 'icu' once we can expect Windows 10 version 1903
884880
qt_internal_extend_target(Core CONDITION QT_FEATURE_winsdkicu
885881
LIBRARIES

0 commit comments

Comments
 (0)