PDA

View Full Version : Using Qt 4.6 With SDL



TJSonic
20th April 2010, 23:37
Hello! I need to use joystick in my application and i desided to use SDL library.
I have downloaded the SDL package for MiniGW using, copied include folder to my project folder and libs folder to qt libs directory. When i am trying to compile it i have an error that libs are not found:


d:/qt/2010.01-win/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -lSDL

What i do wrong and if there are another ways to use joystick in qt??????