Qt-Creator: CMake generator for gcc?
-
Hi,
I am using Qt Creator version 2.7.0 and try to build a project with CMake and gcc. I created a tool chain for gcc. But when opening the project, the two generators for CMake (Unix an Ninja) both still configure for clang instead of gcc. Is there any way I can change that?Regards,
Helge -
CMake basically ignores all settings done by QtC:-/
So, no. All you can do is tell cmake using the proper command line parameters what you actually want it to do. Not very convenient.