forked from qt-creator/qt-creator
SdkTool: Compile fix
Change-Id: Ie0c4cb968560bdd73b12a04cb6ebb4aefb75931b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -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
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user