hey at all,

i have problems with the libqxt.

My Deployment System: Win XP SP3 with installed QT SDK

1. I download and and extract the libqxt from http://dev.libqxt.org.

2. I set the System PATH to : setPATH=C:\QtSDK\mingw\bin;C:\QtSDK\Desktop\Qt\4.8 .0\mingw\lib;C:\QtSDK\Desktop\Qt\4.8.0\mingw\bin\; C:\Windows\system32;C:\Windows;

3. Go into the libqxt folder with the console and type configure -debug_and_release -no-db -no-openssl

4. Type mingw32-make & mingw32-make install

=> installing the libqxt without any error in the C:\QXT folder

5. Add in the .pro
CONFIG += qxt
QXT += core gui

If i click the build button in the qt creator, I got the following error message

#############################
QxtGlobalShortcut: No such file or directory
#############################

I've tried many solutions, but nothing worked.

hope someone can help me!!!!!

Thanks in advance for your help

Mr. K