Some info first:
Qt version 5.0.1
OS: WinXP SP3
Hello,
im totally new to Qt and just made my first small app to learn a bit about Qt.
Everything works fine when starting the application from Qt Creator but when i try to “deploy” (starting it outside of Qt Creator) i ran into 2 problems:
I used Depency Walker to check which DLL’s i need and copied them to the folder with the executable and got kind of confused that i need Qt5Network.dll since im not using any network stuff. Depency Walker shows that Qt5Multimedia.dll needs it, which i am using.
But my main problem is that Qt5Core.dll needs “ieshims.dll” and “wer.dll” which arent existing on my system.
So what did i do wrong?
↧