summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-05-29 12:11:34 +0200
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-05-30 10:47:14 +0200
commitb45fbc57f03c0048f4b78d79db7274e65a924bcf (patch)
treed2e0225c6c303b97fb1fbf18513b0b37ff31597d
parent400806181625a0a167ef924bf11719f4e46ae2df (diff)
downloadqt-creator-b45fbc57f03c0048f4b78d79db7274e65a924bcf.tar.gz
Fix qbs build.
Referring to non-existing files causes an error now. Change-Id: I51aed8dfdcc92779158b284b849a34f259997e7c Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--src/plugins/projectexplorer/projectexplorer.qbs2
-rw-r--r--src/plugins/texteditor/texteditor.qbs1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs
index 05f971036f..fbadafac3b 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 ed32f2e26f..b20ee44f0b 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",