Skip to content
Snippets Groups Projects
Commit b45fbc57 authored by Christian Kandeler's avatar Christian Kandeler Committed by Joerg Bornemann
Browse files

Fix qbs build.


Referring to non-existing files causes an error now.

Change-Id: I51aed8dfdcc92779158b284b849a34f259997e7c
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
parent 40080618
No related branches found
No related tags found
No related merge requests found
...@@ -310,8 +310,6 @@ QtcPlugin { ...@@ -310,8 +310,6 @@ QtcPlugin {
"images/targetleftbutton.png", "images/targetleftbutton.png",
"images/targetpanel_bottom.png", "images/targetpanel_bottom.png",
"images/targetpanel_gradient.png", "images/targetpanel_gradient.png",
"images/targetremovebutton.png",
"images/targetremovebuttondark.png",
"images/targetrightbutton.png", "images/targetrightbutton.png",
"images/targetrunselected.png", "images/targetrunselected.png",
"images/targetseparatorbackground.png", "images/targetseparatorbackground.png",
......
...@@ -187,7 +187,6 @@ QtcPlugin { ...@@ -187,7 +187,6 @@ QtcPlugin {
"ifunctionhintproposalmodel.h", "ifunctionhintproposalmodel.h",
"igenericproposalmodel.cpp", "igenericproposalmodel.cpp",
"igenericproposalmodel.h", "igenericproposalmodel.h",
"ikeywords.h",
"keywordscompletionassist.cpp", "keywordscompletionassist.cpp",
"keywordscompletionassist.h", "keywordscompletionassist.h",
"quickfixassistprocessor.cpp", "quickfixassistprocessor.cpp",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment