From 80862621cdad3cb962e134937b09f5ef3bd3d64c Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 17 Aug 2020 08:57:28 +0200 Subject: CMake: Link Boostrap against PlatformCommonInternal ...to pull in extra defines, includes, libdirs and framework paths. Change-Id: I7c252f5edbcf15f7e2ad69ace4e15fbacf6cca8a Reviewed-by: Alexandru Croitor --- src/tools/bootstrap/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index 0a58f7a699..2beab1bdfb 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -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) -- cgit v1.2.3