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

2012-03-14 Thread shane.kearns
release” From: development-bounces+shane.kearns=accenture@qt-project.org [mailto:development-bounces+shane.kearns=accenture@qt-project.org] On Behalf Of Denis Shienkov Sent: 13 March 2012 19:16 To: development@qt-project.org Subject: [Development] Windows: Qt5 does not run the application in

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 #include

[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 QTDIR=c:\Qt\qt5-bu