From 98b57c1162966cc47642a728768695656c317798 Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Tue, 13 Oct 2015 15:14:15 +0200 Subject: [PATCH] Utils: Fix compilation of utils.qbs Change-Id: If2eb76fb82b43170992866f61813c6ab2e9d3b15 Reviewed-by: Christian Kandeler --- src/libs/utils/utils.qbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libs/utils/utils.qbs b/src/libs/utils/utils.qbs index c0e1879ee46..88f8a5b65ed 100644 --- a/src/libs/utils/utils.qbs +++ b/src/libs/utils/utils.qbs @@ -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",