summaryrefslogtreecommitdiffstats
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-18 00:03:02 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-18 22:59:23 +0200
commit48f625b899b2c7774548af078f25dfccd7602d27 (patch)
treecd45eb893d6b8e9270202cbe053bd7a2a73d6ca7 /ios/Module_ios.mk
parentresolved fdo#51961 let "Default ..." currency entry follow selected locale (diff)
downloadcore-48f625b899b2c7774548af078f25dfccd7602d27.tar.gz
core-48f625b899b2c7774548af078f25dfccd7602d27.zip
Add a view-only iOS test app using tiled rendering
I had to add some horrible hacks to make sure the test doc has been loaded into a Writer shell before retrieving its size and being able to render it. Obviously some better solution is needed. But this is just a testbed to get some profiling data. The app is built using an Xcode project, and in gbuild through a custom target based on the MobileLibreOffice one. Setting up the various files used (or not used...) at run-time should really be factored out from the CustomTarget files. Change-Id: I1711b0cae9d28a09b73476b2d37d98b1820c9943
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index caf3220d9909..f112b53ed4e3 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -14,6 +14,7 @@ $(eval $(call gb_Module_add_targets,ios,\
CustomTarget_Lo_Xcconfig \
Executable_LibreOffice \
CustomTarget_LibreOffice_app \
+ CustomTarget_TiledLibreOffice_app \
CustomTarget_MobileLibreOffice_app \
))