Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
Qt Creator 3.2.0-rc1
-
c4e22ddaf19ca16fc5737b0ce3855c0bc430eaed
Description
QtCreator doesn't respect the compiler that's located in the current kit. In QtCreator 3.2-beta, this works, and in QtCreator 3.2-rc1 it doesn't work.
With 3.2-beta, clang++ is used which is correct. In QtCreator 3.2-rc1 using
the same kit and the same QBS project, QtCreator uses g++.