forked from qt-creator/qt-creator
sdktool: Fix compilation build with MinGW
This has not been caught by GitHub Actions because sdktool is only
being built with MSVC.
Amends c246caf7a9
Change-Id: I620743467e24f77d2bc1861daa03202359d0cc6f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user