forked from qt-creator/qt-creator
Utils: Fix compilation of utils.qbs
Change-Id: If2eb76fb82b43170992866f61813c6ab2e9d3b15 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -28,7 +28,7 @@ QtcLibrary {
|
||||
cpp.frameworks: ["Foundation"]
|
||||
}
|
||||
|
||||
Depends { name: "Qt"; submodules: ["gui", "network", "qml"] }
|
||||
Depends { name: "Qt"; submodules: ["concurrent", "network", "qml", "widgets"] }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
files: [
|
||||
@@ -189,6 +189,8 @@ QtcLibrary {
|
||||
"synchronousprocess.h",
|
||||
"tcpportsgatherer.cpp",
|
||||
"tcpportsgatherer.h",
|
||||
"templateengine.cpp",
|
||||
"templateengine.h",
|
||||
"textfieldcheckbox.cpp",
|
||||
"textfieldcheckbox.h",
|
||||
"textfieldcombobox.cpp",
|
||||
|
Reference in New Issue
Block a user