From b45fbc57f03c0048f4b78d79db7274e65a924bcf Mon Sep 17 00:00:00 2001 From: Christian Kandeler <christian.kandeler@digia.com> Date: Wed, 29 May 2013 12:11:34 +0200 Subject: [PATCH] Fix qbs build. Referring to non-existing files causes an error now. Change-Id: I51aed8dfdcc92779158b284b849a34f259997e7c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> --- src/plugins/projectexplorer/projectexplorer.qbs | 2 -- src/plugins/texteditor/texteditor.qbs | 1 - 2 files changed, 3 deletions(-) diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs index 05f971036fe..fbadafac3b7 100644 --- a/src/plugins/projectexplorer/projectexplorer.qbs +++ b/src/plugins/projectexplorer/projectexplorer.qbs @@ -310,8 +310,6 @@ QtcPlugin { "images/targetleftbutton.png", "images/targetpanel_bottom.png", "images/targetpanel_gradient.png", - "images/targetremovebutton.png", - "images/targetremovebuttondark.png", "images/targetrightbutton.png", "images/targetrunselected.png", "images/targetseparatorbackground.png", diff --git a/src/plugins/texteditor/texteditor.qbs b/src/plugins/texteditor/texteditor.qbs index ed32f2e26f7..b20ee44f0b2 100644 --- a/src/plugins/texteditor/texteditor.qbs +++ b/src/plugins/texteditor/texteditor.qbs @@ -187,7 +187,6 @@ QtcPlugin { "ifunctionhintproposalmodel.h", "igenericproposalmodel.cpp", "igenericproposalmodel.h", - "ikeywords.h", "keywordscompletionassist.cpp", "keywordscompletionassist.h", "quickfixassistprocessor.cpp", -- GitLab