>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> However, Qt is a bit ruder:

Angus> g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost
Angus> -I/usr/include/qt3 -I/usr/X11R6/include -g -O -fno-exceptions
Angus> -W -Wall -c -o ToolbarBackend.o `test -f
Angus> '../../src/ToolbarBackend.C' || echo
Angus> '../../src/'`../../src/ToolbarBackend.C

Angus> I'm pretty sure that we shouldn't be looking in
Angus> /usr/include/qt3. I suspect that the same is true for
Angus> /usr/X11R6/include. Presumably the gtk configure code is less
Angus> poluting than that of Qt?

What configure flags do you use? I do not see the Qt includes here.
They will be present if you use --with-extra-inc, but when using
--with-qt-dir.

Concerning the X flags, I agree they should not be there.

JMarc

Reply via email to