SdkTool: Fix build

Change-Id: I904e88da7ae4da26a559f8cdad207876b05f61f0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Stenger
2021-08-24 12:06:08 +02:00
parent 67e2db4bcb
commit 1a25f356ff
3 changed files with 4 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ extend_qtc_executable(sdktool
filepath.cpp filepath.h
fileutils.cpp fileutils.h
hostosinfo.cpp hostosinfo.h
macroexpander.cpp macroexpander.h
namevaluedictionary.cpp namevaluedictionary.h
namevalueitem.cpp namevalueitem.h
persistentsettings.cpp persistentsettings.h

View File

@@ -37,6 +37,7 @@ SOURCES += \
$$UTILS/hostosinfo.cpp \
$$UTILS/namevaluedictionary.cpp \
$$UTILS/namevalueitem.cpp \
$$UTILS/macroexpander.cpp \
$$UTILS/persistentsettings.cpp \
$$UTILS/qtcassert.cpp \
$$UTILS/commandline.cpp \
@@ -71,6 +72,7 @@ HEADERS += \
$$UTILS/hostosinfo.h \
$$UTILS/namevaluedictionary.h \
$$UTILS/namevalueitem.h \
$$UTILS/macroexpander.h \
$$UTILS/persistentsettings.h \
$$UTILS/qtcassert.h \
$$UTILS/commandline.h \

View File

@@ -73,6 +73,7 @@ QtcTool {
"filepath.cpp", "filepath.h",
"fileutils.cpp", "fileutils.h",
"hostosinfo.cpp", "hostosinfo.h",
"macroexpander.cpp", "macroexpander.h",
"namevaluedictionary.cpp", "namevaluedictionary.h",
"namevalueitem.cpp", "namevalueitem.h",
"persistentsettings.cpp", "persistentsettings.h",