summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2015-11-27 20:28:10 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-11-27 22:06:49 +0100
commitbc7a490af90d2ec2e68a6385d6daf9720e9b6dd6 (patch)
treee050b3215b7de00d519283d4e434a49c8abc5bcc /Makefile.in
parent4245d367eae1ffdfffb292207f5e0fcf91fc3a22 (diff)
tdf#84628 Generated eclipse setting file for per module.
This patch generated a setting file for per module. When imported the eclipsesettingfile.xml, underlined include lines are clearing up. Setting file includes included file paths for per module and provides correct build. .project file generator deleted because eclipse is creating .project file and overriding it. This adds a new property to the parser that stores each module. Change-Id: Ia10bb37c7c3fdb444a5b79ddf502b962e8ee5736 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2a4748eb7270..51a2e61f8252 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -368,7 +368,8 @@ $(foreach ide,\
vs2013 \
vim \
xcode \
- qtcreator,\
+ qtcreator \
+ eclipsecdt,\
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
endif # MAKE_RESTARTS