Unable to run any code in QTCreator
-
Then, download also Qt 4.8.5 or 4.8.6 and use that one, you'll be on the safe side in that case.
-
Absolutely no need to recompile Qt Creator nor Qt. Just use it and add your Qt 4.8.X to the known Qt version and make a Kit out of it.
-
What packages did you use ?
-
If you can avoid installing external MinGW. The latest Qt installer provides a Qt 5 version with MinGW also in the package, so you have everything in one place.
Doing so you would need to install the "4.8.6 snapshot":http://download.qt-project.org/snapshots/qt/4.8/2014-02-17_484/qt-opensource-windows-x86-mingw482-4.8.6-2014-02-17-484.exe so you can directly use it. 4.8.5 is built with MinGW 4.6 which is not compatible with 4.8
-
-
Just go in the Kit panel, create a new one and select Qt 4.8.6 as the Qt version to use with it
-
Now when I try to install QT 4,8.6 it complains that g++ isn't installed with mingw. This is the default mingw that came with the latest version of QT. The warning says that it might not work should I just install it anyway? Or is there a way to add g++ to mingw
-
I'am not sure I'm getting you right. Did you install the 5.2 MinGW edition ?