forked from qt-creator/qt-creator
SdkTool: Fix build
Change-Id: I904e88da7ae4da26a559f8cdad207876b05f61f0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -82,6 +82,7 @@ extend_qtc_executable(sdktool
|
|||||||
filepath.cpp filepath.h
|
filepath.cpp filepath.h
|
||||||
fileutils.cpp fileutils.h
|
fileutils.cpp fileutils.h
|
||||||
hostosinfo.cpp hostosinfo.h
|
hostosinfo.cpp hostosinfo.h
|
||||||
|
macroexpander.cpp macroexpander.h
|
||||||
namevaluedictionary.cpp namevaluedictionary.h
|
namevaluedictionary.cpp namevaluedictionary.h
|
||||||
namevalueitem.cpp namevalueitem.h
|
namevalueitem.cpp namevalueitem.h
|
||||||
persistentsettings.cpp persistentsettings.h
|
persistentsettings.cpp persistentsettings.h
|
||||||
|
@@ -37,6 +37,7 @@ SOURCES += \
|
|||||||
$$UTILS/hostosinfo.cpp \
|
$$UTILS/hostosinfo.cpp \
|
||||||
$$UTILS/namevaluedictionary.cpp \
|
$$UTILS/namevaluedictionary.cpp \
|
||||||
$$UTILS/namevalueitem.cpp \
|
$$UTILS/namevalueitem.cpp \
|
||||||
|
$$UTILS/macroexpander.cpp \
|
||||||
$$UTILS/persistentsettings.cpp \
|
$$UTILS/persistentsettings.cpp \
|
||||||
$$UTILS/qtcassert.cpp \
|
$$UTILS/qtcassert.cpp \
|
||||||
$$UTILS/commandline.cpp \
|
$$UTILS/commandline.cpp \
|
||||||
@@ -71,6 +72,7 @@ HEADERS += \
|
|||||||
$$UTILS/hostosinfo.h \
|
$$UTILS/hostosinfo.h \
|
||||||
$$UTILS/namevaluedictionary.h \
|
$$UTILS/namevaluedictionary.h \
|
||||||
$$UTILS/namevalueitem.h \
|
$$UTILS/namevalueitem.h \
|
||||||
|
$$UTILS/macroexpander.h \
|
||||||
$$UTILS/persistentsettings.h \
|
$$UTILS/persistentsettings.h \
|
||||||
$$UTILS/qtcassert.h \
|
$$UTILS/qtcassert.h \
|
||||||
$$UTILS/commandline.h \
|
$$UTILS/commandline.h \
|
||||||
|
@@ -73,6 +73,7 @@ QtcTool {
|
|||||||
"filepath.cpp", "filepath.h",
|
"filepath.cpp", "filepath.h",
|
||||||
"fileutils.cpp", "fileutils.h",
|
"fileutils.cpp", "fileutils.h",
|
||||||
"hostosinfo.cpp", "hostosinfo.h",
|
"hostosinfo.cpp", "hostosinfo.h",
|
||||||
|
"macroexpander.cpp", "macroexpander.h",
|
||||||
"namevaluedictionary.cpp", "namevaluedictionary.h",
|
"namevaluedictionary.cpp", "namevaluedictionary.h",
|
||||||
"namevalueitem.cpp", "namevalueitem.h",
|
"namevalueitem.cpp", "namevalueitem.h",
|
||||||
"persistentsettings.cpp", "persistentsettings.h",
|
"persistentsettings.cpp", "persistentsettings.h",
|
||||||
|
Reference in New Issue
Block a user