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}"
|
SOURCES_PREFIX "${UtilsSourcesDir}"
|
||||||
DEFINES QTCREATOR_UTILS_STATIC_LIB
|
DEFINES QTCREATOR_UTILS_STATIC_LIB
|
||||||
SOURCES
|
SOURCES
|
||||||
|
commandline.cpp commandline.h
|
||||||
environment.cpp environment.h
|
environment.cpp environment.h
|
||||||
filepath.cpp filepath.h
|
filepath.cpp filepath.h
|
||||||
fileutils.cpp fileutils.h
|
fileutils.cpp fileutils.h
|
||||||
|
@@ -31,6 +31,7 @@ SOURCES += \
|
|||||||
rmqtoperation.cpp \
|
rmqtoperation.cpp \
|
||||||
rmtoolchainoperation.cpp \
|
rmtoolchainoperation.cpp \
|
||||||
settings.cpp \
|
settings.cpp \
|
||||||
|
$$UTILS/commandline.cpp \
|
||||||
$$UTILS/environment.cpp \
|
$$UTILS/environment.cpp \
|
||||||
$$UTILS/filepath.cpp \
|
$$UTILS/filepath.cpp \
|
||||||
$$UTILS/fileutils.cpp \
|
$$UTILS/fileutils.cpp \
|
||||||
@@ -66,6 +67,7 @@ HEADERS += \
|
|||||||
rmqtoperation.h \
|
rmqtoperation.h \
|
||||||
rmtoolchainoperation.h \
|
rmtoolchainoperation.h \
|
||||||
settings.h \
|
settings.h \
|
||||||
|
$$UTILS/commandline.h \
|
||||||
$$UTILS/environment.h \
|
$$UTILS/environment.h \
|
||||||
$$UTILS/filepath.h \
|
$$UTILS/filepath.h \
|
||||||
$$UTILS/fileutils.h \
|
$$UTILS/fileutils.h \
|
||||||
|
Reference in New Issue
Block a user