PDA

View Full Version : Least required shared libs for application that uses only QPixmap or QImage



vaibhav
19th March 2014, 07:22
Hi ,
I have application that uses QPIxmap and QImage only from QT tookit .
I want to know the minimum required DLL's to delivery with my exe for above Classes in QT without any unwanted Dll's .

Thanks,

wysota
20th March 2014, 18:24
For Qt4 QtCore, QtGui, the compiler runtime and any image format plugins you want available for your application. For Qt5 additionally a platform plugin and and libraries QtCore depends on (like ICU). In doubt use Dependency Walker to check dependencies of your program.