可以实现吗?如果可以要怎样实现?
------解决方案--------------------
拷贝相应的DLL就好了
------解决方案--------------------
Mingw:
mingwm10.dll
libgcc_s_dw2-1.dll
qtcore4.dll
qtgui4.dll
将需要的插件拷贝到可执行程序所在的目录下的 imageformats 目录下即可
myprogram.exe
imageformats\qjpeg4.dll
imageformats\qgif4.dll
...
同样,如果你的程序需要gb2312、gbk编码支持,那么需要将 %QTDIR%\plugins\codecs 目录下的相应插件拷贝到可执行程序所在目录下的 codecs 目录下
myprogram.exe
codecs\qcncodecs4.dll
...
……
……
或者用depends查看一下