2
votes

I use Qt 5.0.1 and Qt Creator 2.6.2 in W7. I tried to run a simple app from examples which contains only a window ("Widgets tutorial - creating a window"). When I run it in Qt Creator, it works. But when I run it as a standalone app (Release), it doesn't. I filled the folder with every dll it had asked (26 MB of dlls, while the app is 10KB!!!). Now it doesn't ask for any files, it just doesn't run at all with no explanations.

I tried to add some files as it is advised in Application deployed with QT5 libraries does not start on Windows 7 but no luck. In HelloWorld Deployment with QtQuick 2.0 in Windows 7 and XP there are no problems in w7.

2
I thought that it was because I used non English letters in destination path. But I corrected that and it still doesn't run.NuPagadi

2 Answers

1
votes

platforms/qwindows.dll is a "non-required" required DLL to run Qt5 apps. Build your app in Release mode and steal the DLL from Qt Creator's folder (or find it into Qt's bin/platforms folder)