The problem of QtCreator on win
-
@Jeroentjehome Set the path to the PATH CL environment variable, or not.
-
@Jeroentjehome Will it be caused by MSVC2014? Can I from the QtCreator "build and run" setting, I use the Qt compiler settings is MSVC2013 ah.
-
Hi,
Yes it is, on Windows you can't mix and match. All of your libraries/application must be compiled with the same compiler. They are not compatible one with the other. So since you have the VS2013 package installed you must use Visual Studio 2013.
If you want to use Visual Studio 2015, you have to build Qt yourself at this time.
-
I'm not sure I understood what you wrote. Do you have both version installed on your machine ?
-
Did you check that your kits are setup properly ?
-
Do you have any warnings ?