SdkTool: Compile fix

Change-Id: Ie0c4cb968560bdd73b12a04cb6ebb4aefb75931b
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2021-08-24 17:47:13 +02:00
parent e2599b45ff
commit cd3c2fdc5b
2 changed files with 3 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ extend_qtc_executable(sdktool
SOURCES_PREFIX "${UtilsSourcesDir}"
DEFINES QTCREATOR_UTILS_STATIC_LIB
SOURCES
commandline.cpp commandline.h
environment.cpp environment.h
filepath.cpp filepath.h
fileutils.cpp fileutils.h

View File

@@ -31,6 +31,7 @@ SOURCES += \
rmqtoperation.cpp \
rmtoolchainoperation.cpp \
settings.cpp \
$$UTILS/commandline.cpp \
$$UTILS/environment.cpp \
$$UTILS/filepath.cpp \
$$UTILS/fileutils.cpp \
@@ -66,6 +67,7 @@ HEADERS += \
rmqtoperation.h \
rmtoolchainoperation.h \
settings.h \
$$UTILS/commandline.h \
$$UTILS/environment.h \
$$UTILS/filepath.h \
$$UTILS/fileutils.h \