Install Qt Windows 8
Installation and Deployment
5
Posts
4
Posters
3.7k
Views
1
Watching
-
In general, you need to install (order is not really important, but I'm listing the usual one):
MSVC 2010 (from MS SDK or MS Visual Studio 2010)
Qt Libraries
Qt Creator
Then it should detect everything automatically.
-
Install a MSVC010 compiler (from SDK, or visual studio (express)) and then install the Qt 5 packages. Those include a Qt Creator which is already pre-configured for your convenience.
If you want to install a stand-alone creator and use that, just copy the QTDIR/tools/qtcreator/share/qtcreator/QtProject directory (not 100% sure about the part before 'share') over into the stand-alone copy. That will make those pre-configured Qts available in the stand-alone version as well.