Re: [Interest] Qt5 - Application compile error on overloaded qRound()

2012-08-30 Thread Rohan McGovern
Syam Krishnan said: Hi I downloaded Qt5 and compiled it successfully on Fedora 17, x86-64, gcc 4.7.0. The I tried to build Qwt (svn version) against it and hit a compile error: --- ---

Re: [Interest] C++11 in Qt5

2012-06-11 Thread Rohan McGovern
Stephen Chu said: I just pulled Qt 5 from git and don't see the new C++11 option. They are in the master branch of qtbase but Qt 5 doesn't pull that in yet. Right, that's actually because it appears to have caused a few regressions. The new qtbase will only arrive in qt5's git once all known

Re: [Interest] Qt5 on mingw fails immediately

2012-03-21 Thread Rohan McGovern
Jason H said: Can anyone tell me how to build Qt on windows [successfully]? Could you try using MSVC instead? - Original Message - From: Jason H scorp...@yahoo.com To: Jason H scorp...@yahoo.com; 1+1=2 dbzhang...@gmail.com; interest@qt-project.org interest@qt-project.org Cc:

Re: [Interest] Getting V8

2012-02-20 Thread Rohan McGovern
Mark Constable said: Sorry for newbie questions but how do I get v8? This page mentions... http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git Compiling v8 in qtbase requires Python. Make sure you have a python.exe in your %PATH%, go to qtbase\src\v8, run qmake nmake. I'm on