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,
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,
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.
Bookmarks