I can repeat step by step what I do:
Do you have QtCreator in front of you? Windows? Have Qt libraries 4.7.0 for Windows (VS 2008, 226 MB) installed? Than probably it should be not problem for you to explain which settigng window I have to open and what to write/select there.I have installed both:
Qt libraries 4.7.0 for Windows (VS 2008, 226 MB)
Qt SDK for Windows* (322 MB) - this comes with QtCreator and mingw
(*Based on MinGW (download sources) tool set. Does not support VS compiler.)
In QtCreator I open Tools - Options - Qt4 - Qt versions tab.
There is c:\qt\2010.05\qt\bin\qmake.exe as autodetected version (which is Qt SDK for Windows installation).
When I try to add 4.7.0 qmake for VS2008 it is message in bottom of settings window telling me "Qt version is not properly installed, please run make install". However Qt library 4.7.0 for Windows is properly installed and I able to build current project using Visual Studio without any problems. What should I do to make it recognisable by QtCreator?
Bookmarks