Re: [Development] Windows: Qt5 does not run the application in release mode.

2012-03-14 Thread Denis Shienkov
But if I'm trying to build Qt as follows: set QTDIR=h:\Qt\build-vs2010x32-5.0\qtbaseset PATH=%QTDIR%\bin;%PATH% h:\qt\qt5\configure ^-debug-and-release ^-platform win32-msvc2010-opensource ^-nomake examples ^-nomake demos ^--no-webkit And if then I run a simple GUI application: QT+=widgets 

Re: [Development] Windows: Qt5 does not run the application in release mode.

2012-03-14 Thread shane.kearns
Hi Denis, It looks like the plugins are only built for debug mode. In qtbase/plugins/platform, there are only windowsd5.* files, and not the windows5.* files for release mode. This problem is repeated through the other plugin directories. The missing plugins can be built by running “nmake

[Development] Windows: Qt5 does not run the application in release mode.

2012-03-13 Thread Denis Shienkov
Hi all. I can not run GUI application built in Release mode. In the console displays the error: No platform plugin argument was specified and the default plugin windows is not available What could it be? PS: Qt5 (qtbase) built in Win7 x32 with Windows SDK 7.1: set