Daniel Naber wrote: > Hi, > > I'd like to use some Qt classes in text.C - just for trying some things > out. As it's also about non-GUI classes, I guess using the GUI > independance stuff doesn't make sense. Can someone tell me how to make Qt > classes in text.C work? Currently the Qt headers aren't even found when > included from text.C. I guess I just need a simple change in Makefile.am? > As I said, it's just for personal testing. > > Regards > Daniel
Have a look at src/frontends/qt2/Makefile.am -- Angus