Hello all,

I'm working under Windows XP.

I built static library (say it is called MyStaticLib) I would like to use in my application. The building is ok but when I launch my app, the program stops because it can't find the DLL for MyStaticLib. Is there any options I should set in the .pro files to force the compiler to link statically my lib ?

Thanks,