summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMichel Renon <michel.renon@free.fr>2015-05-19 16:30:41 +0200
committerBjörn Michaelsen <bjoern.michaelsen@canonical.com>2015-05-25 16:35:12 +0000
commit237a1b79a1d5af10434c2b93cfc83c1c8e55a9d5 (patch)
tree3381b5a9e74a7d9a6ad24af85db8803083703317 /Makefile.in
parent394318774e5b13a3d38b29833749b63cf5dab3da (diff)
QtCreator IDE integration.
First version of QtCreator IDE integration : 'make qtcreator-ide-integration' generates .pro and .pro.user files for each subfolder of LibreOffice. It also creates a 'lo.pro' meta project that list all other .pro files. Developers can use use QtCreator to edit, compile and debug LibreOffice. Change-Id: Ib05d8c36a7ca055ecd7a4db5776f4c28bf05676c Reviewed-on: https://gerrit.libreoffice.org/15804 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.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 61cc90680530..3f806c06b0fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -370,7 +370,8 @@ $(foreach ide,\
vs2012 \
vs2013 \
vim \
- xcode, \
+ xcode \
+ qtcreator,\
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))
endif # MAKE_RESTARTS