From 80d4c54d2a2bcef0b957721d71318927b1a00c3d Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Wed, 20 Apr 2022 12:20:43 +0200 Subject: [PATCH] sdktool: Fix compilation build with MinGW This has not been caught by GitHub Actions because sdktool is only being built with MSVC. Amends c246caf7a96b1d689ee03d900f6bc503e00a4b02 Change-Id: I620743467e24f77d2bc1861daa03202359d0cc6f Reviewed-by: Eike Ziller --- src/tools/sdktool/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/sdktool/CMakeLists.txt b/src/tools/sdktool/CMakeLists.txt index 1ff6bca3a08..4a2ad55e7df 100644 --- a/src/tools/sdktool/CMakeLists.txt +++ b/src/tools/sdktool/CMakeLists.txt @@ -66,7 +66,7 @@ add_qtc_library(sdktoolLib extend_qtc_library(sdktoolLib SOURCES_PREFIX "${UtilsSourcesDir}" - DEFINES QTCREATOR_UTILS_STATIC_LIB + PUBLIC_DEFINES QTCREATOR_UTILS_STATIC_LIB SOURCES commandline.cpp commandline.h environment.cpp environment.h