On Mon, Feb 10, 2003 at 10:50:30AM +0100, Daniel Naber wrote: > > Have a look at src/frontends/qt2/Makefile.am > > Do you know what exactly I have to change in src/Makefile.am? For example > when I just add $(FRONTEND_INCLUDES) to INCLUDES I get parser errors (in > ../boost/boost/signals/detail/signals_common.hpp). Adding the AM_CXXFLAGS > doesn't help either.
You'll have no joy trying that at all. You'll have to add some code in frontends/qt2/ and hide it behind the GUII firewall. Try adding some functions to lyx_gui.C if it's just for testing john
