Let me repeat myself:
Set the INSTALL_ROOT environment variable to the directory where you want to install Creator to (like C:\QtCreator_2.1). In doubt open the Makefile and analyze it yourself.
Since you wanted to be treated as a mature developer I'm sure you know what environment variables are and how to use them.
So you say Qt Creator should be built with MinGW so that people using MinGW wouldn't have to rebuild it but instead people using MSVC or any other supported compiler would, is that correct? So what's the difference?Because if I'm going to develop a custom widget with plugin aproach, If I have QT Creator (MSVC) , and build my plugin using mingw... (I have not MSVC of course).
I think the most of people uses one 'system' : all based in MSVC or Mingw, isn't ?
By the way, you already have Qt built for MSVC if you install Qt SDK, since Creator needs it so it is provided in the installation package. Or you can download it separately and build the things you need with MSVC Express. Choose the approach you find most appropriate.
Bookmarks