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....