Hello,
I want to use Qt with static link on Linux. For this if I use :
./configure -static -qt-libmng -qt-libpng
or .configure -static

mng format is not supported. QMovie::supportedFormats() return none and drawPixmap with MNG don't work.

How to make static link with MNG support ?

Thanks