4e9b836ea6
We need to flush and shutdown logging before exiting, so we can't use _exit/_Exit directly. In addition, with profiling (e.g. code-coverage) we must flush the profile data, lest it's all for naught. Change-Id: I726c5a2f4e699c17dd0d7d5b1c86d856e0118b3c Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk> |
||
---|---|---|
.. | ||
gtk.hpp | ||
Makefile.am | ||
mobile.cpp | ||
README |
This is a GTK+ Webkit app that is intended to work similarly enough to the iOS app being developed in the "ios" folder, and the Android app being developed in the "android" folder, that (some kinds of) problems in them also show up in this app, and can be investigated by people with no Android, Mac, or iOS device. How to build this: Use a separate tree of "online". Do NOT use one where you build a normal Online. Run autogen.sh, then configure: ./configure --enable-gtkapp --with-lo-path=/home/tml/lo/master/instdir --with-lokit-path=/home/tml/lo/master/include Obviously, adjust the path to your LibreOffice build tree as necessary. Then make. You will get the gtk/mobile executable. Run it. Debug it. Fix it.