PDA

View Full Version : After Installing libqxt, creator cannot find files



willpat
30th July 2010, 00:49
Hi,

I ran the installation instructions from the user guide,

1) run configure.bat
2) configure.bat -I C:\OpenSSL\include -L C:\OpenSSL\lib -l libeay32 -l ssleay32

3) configure.bat -I C:\BerkeleyDB\include -L C:\BerkeleyDB\lib -l libdb47
building

4) make && make install

Add the following lines to your .pro file:

CONFIG += qxt
QXT += core gui


I'm using mingw 4.4. I'm trying to use QxtSpanSlider, but #include <QxtSpanSlider> gives file or directory not found error.

Not sure what it is I'm doing wrong....

ChrisW67
30th July 2010, 01:41
Looks like you need to add the Qxt include directory to INCLUDES in your pro file (although I would have expected the prf file to do that).