[Interest] Qt 5.2 build (VS 2013 64-bit) generates crashing EXEs

2013-12-12 Thread Andreas Hackelöer
Hi, I followed these steps to create a 64-bit build of Qt 5.2 using Visual Studio 2013 (everything done from the Visual Studio 2013 ×64 Command Prompt): - I cloned the git repository: git clone git://gitorious.org/qt/qt5.git - I ran the init-repository script: perl ./init-repository —no-webkit

Re: [Interest] Qt 5.2 build (VS 2013 64-bit) generates crashing EXEs

2013-12-12 Thread Andreas Hackelöer
Found the error. If QT_QPA_PLATFORM_PLUGIN_PATH is set (even if it is set to the correct path qtbase\plugins\platforms), Qt crashes while trying to locate the platform plugin. 2013/12/12 Andreas Hackelöer > Hi, > > I followed these steps to create a 64-bit build of Qt 5.2 using Visual