-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.7.1
-
Ubuntu 13.04 64 bit
- Open some qmake project.
- Check which kit is configured for the project.
- In "Tools" > "Options..." > "Build & Run" > "Kits", check which compiler will be used by this kit.
- In "Tools" > "Options..." > "Build & Run" > "Compiler", set a different Compiler path for this compiler.
- Build the project.
- In Compile Output, check which compiler was used to build the project.
For me it just used g++ and ignores the setting from step 4.
Creator should use the compiler that the user selected for compilation.