From ea0c16aa97d1afdd80f8f1d1333d602bba982f96 Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Tue, 22 Jul 2014 11:11:18 +0300 Subject: [PATCH] Fix qbs compile Change-Id: Ic8e6072807f2aee3bc3597601e21a1132ab04eea Reviewed-by: Daniel Teske --- src/libs/utils/utils.qbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libs/utils/utils.qbs b/src/libs/utils/utils.qbs index be6094d1d75..0d903c226f2 100644 --- a/src/libs/utils/utils.qbs +++ b/src/libs/utils/utils.qbs @@ -170,6 +170,10 @@ QtcLibrary { "synchronousprocess.h", "tcpportsgatherer.cpp", "tcpportsgatherer.h", + "textfieldcheckbox.cpp", + "textfieldcheckbox.h", + "textfieldcombobox.cpp", + "textfieldcombobox.h", "textfileformat.cpp", "textfileformat.h", "treeviewcombobox.cpp",