I have compiled qtcreator with QT 5.0.1 (VS 2012 ×64)
I did following
mkdir qtcreator
cd qtcreator
qmake.exe ..\qt-creator-2.6.2-src\qtcreator.pro -r CONFIG+=release
nmake release
nmake docs
The qtcreator works but when I go to Help->Contents it crashes (qtcreator has stopped to work) right away.
Have I compiled it wrongly? Or is it known issue?
↧