On Friday 16 December 2011 20:30:38 /dev/ammo42 wrote:
The Wiki says /usr is mandatory for tqtinterface
I had also problems to build autotools based programs, despite having
tqtinterface in /usr.
finally, I could build most of them by adding
CFLAGS=-I/usr/include/tqt
CXXFLAGS=-I/usr/include/tqt
to configure.in.in in project directory, then starting over.
werner