Comment 0 for bug 877762

Revision history for this message
Graham Rowlands (grahamrow) wrote :

After reading the qxt docs, I'm under the impression that (ideally) we can add the lines:
CONFIG += qxt
QXT += core gui
to a qt .pro file and have qmake automatically insert the relevant -I (upper-case i ) and -l (lower-case L) flags in the generated Makefile. This does not seem to be the case. Is qmake aware of the existence of qxt after installation?