summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 7ae46aee5511..6c3149cc3c19 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -424,14 +424,14 @@ endef
$(foreach ide,\
debug \
- vs2013 \
- vs2015 \
testIde \
xcode, \
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
$(foreach ide,\
codelite \
+ vs2013 \
+ vs2015 \
kdevelop \
vim \
qtcreator \