Hello,

I recompile Qt 4.8.3 statically under msvc2010 with theses options :

Qt Code:
  1. configure -static -opensource -platform win32-msvc2010 -release -nomake demos -nomake examples -no-stl -no-qt3support
To copy to clipboard, switch view to plain text mode 

Everything work fine but the qgif.lib which doesn't seem to be compiled !?

(Strange because qico.lib is well generated)

Could you tell me why ?