I think you need to put the image plugins in an imageformats subdirectory. See deploying on Windows.
I think you need to put the image plugins in an imageformats subdirectory. See deploying on Windows.
Really thanks, that solved the gif problem!
But I still have the svg problem. When setting the icon like specified before, this icon is correctly displayed in QMainWindow and related QDialogs bars. But I want to show the icon also in the about messagebox (QMessageBox::about(...)) like in the "browser" demo of Qt. Actually it is displayed in the about bar but not near the text.
Now the dll's are located like:
- libgcc_s_dw2-1.dll
- mingwm10.dll
- QtCore4.dll
- QtGui4.dll
- imageformats/qgif4.dll
- imageformats/qsvg4.dll
- iconengines/qsvgicon4.dll
Thanks, Dario
Solved, svg icon need QtSvg4.dll
Final dll's:
- libgcc_s_dw2-1.dll
- mingwm10.dll
- QtCore4.dll
- QtGui4.dll
- QtSvg4.dll
- imageformats/qgif4.dll
- imageformats/qsvg4.dll
Thanks
Dario
Bookmarks