Why my Qt5 win32 app doesn't run on a clean Windows install ?
Installation and Deployment
4
Posts
2
Posters
2.2k
Views
1
Watching
-
Hi,
I recently ported my Qt 4.8 win32 app to Qt 5 win32, copied all necessary dll (checked with Dependency Walker) and tried to run it on another computer without Qt 5 installed... And it doesn't run. No error message.
I tried the same with a simple example from the SDK (examples\widgets\mainwindows\mainwindow) and it's exactly the same, it doesn't run on a clean computer without Qt 5 SDK.
Here's a package so you can test yourself:
http://www.divideconcept.net/dump/qt5mainwindow.7z
Try to run it on a computer without Qt 5 SDK.Did I miss something ?