Utils: Fix compilation of utils.qbs

Change-Id: If2eb76fb82b43170992866f61813c6ab2e9d3b15
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-10-13 15:14:15 +02:00
parent bc67114d53
commit 98b57c1162

View File

@@ -28,7 +28,7 @@ QtcLibrary {
cpp.frameworks: ["Foundation"] cpp.frameworks: ["Foundation"]
} }
Depends { name: "Qt"; submodules: ["gui", "network", "qml"] } Depends { name: "Qt"; submodules: ["concurrent", "network", "qml", "widgets"] }
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
files: [ files: [
@@ -189,6 +189,8 @@ QtcLibrary {
"synchronousprocess.h", "synchronousprocess.h",
"tcpportsgatherer.cpp", "tcpportsgatherer.cpp",
"tcpportsgatherer.h", "tcpportsgatherer.h",
"templateengine.cpp",
"templateengine.h",
"textfieldcheckbox.cpp", "textfieldcheckbox.cpp",
"textfieldcheckbox.h", "textfieldcheckbox.h",
"textfieldcombobox.cpp", "textfieldcombobox.cpp",