Qt 5.0.1 project does not start.

The code normally compiles. When run through "Build-> Run" the program starts. When you start the release version of the explorer, nothing happens. When I start the debug version from the explorer, I have

alt text

  • Oh ... It was the first project on qt 5.0.1. I decided to build just a sample application, that is, I just created a qt application, and it also did not start. I experimented, and it turns out that no project runs from the conductor. - doomok2100
  • Maybe the problem is in Windows XP? :) - Rules
  • It sounds, of course, very strange, but so be it, I checked it on the seven. Same. - doomok2100
  • Found such a solution: habrahabr.ru/post/188816 - user15524

1 answer 1

Here's how to fix:

complete with Qt Creator comes a special console. In Qt start typing, she is alone.

There you write:

windeployqt "C:\Qt projects\release\прога.exe" 

After that, the necessary dll will appear in the directory with exe , you can run it.