diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-09-20 16:01:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-10-07 17:46:04 +0300 |
commit | b120b18a71ecf98bbdecbd1db763df9c2c7dcf7a (patch) | |
tree | 31d2a00f3763549fe20d5c39978f57d3681b9120 /ios | |
parent | afc0b792b35f40dc1210eb63649c9b88b4496869 (diff) |
Link in calc, draw and edit stuff here, too, like for Android
No way to make use of that in the UI, though.
Change-Id: Ic910d7960da9a17d4f7ce84a5f51e2cb9350819e
Diffstat (limited to 'ios')
-rw-r--r-- | ios/CustomTarget_TiledLibreOffice_app.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk index f9f80285b233..4c14329a70c8 100644 --- a/ios/CustomTarget_TiledLibreOffice_app.mk +++ b/ios/CustomTarget_TiledLibreOffice_app.mk @@ -39,7 +39,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,ios/TiledLibreOffice)) $(call gb_CustomTarget_get_target,ios/TiledLibreOffice): $(call gb_CustomTarget_get_target,ios/Lo_Xcconfig) TiledLibreOffice_setup $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),APP,2) $(SRCDIR)/solenv/bin/native-code.py \ - -g core -g writer \ + -g core -g writer -g calc -g draw -g edit \ > $(SRCDIR)/ios/experimental/TiledLibreOffice/TiledLibreOffice/native-code.mm $(call TiledLibreOfficeXcodeBuild, clean build) |