CMake: Link Boostrap against PlatformCommonInternal

...to pull in extra defines, includes, libdirs and framework paths.

Change-Id: I7c252f5edbcf15f7e2ad69ace4e15fbacf6cca8a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Joerg Bornemann 2020-08-17 08:57:28 +02:00
parent d6e41abd62
commit 80862621cd

View File

@ -260,6 +260,7 @@ qt_extend_target(Bootstrap CONDITION MINGW AND WIN32
# QMAKE_CFLAGS = "$$QMAKE_CFLAGS_SHSTK"
# special case begin
target_link_libraries(Bootstrap PRIVATE PlatformCommonInternal)
qt_internal_apply_gc_binaries(Bootstrap PUBLIC)
set_target_properties(Bootstrap PROPERTIES AUTOMOC OFF AUTOUIC OFF AUTORCC OFF)
qt_internal_add_target_aliases(Bootstrap)