QtCreator 2.5 doesn't remember CMake parameters (like debugging flag) between runs
Qt Creator and other tools
6
Posts
4
Posters
3.8k
Views
1
Watching
-
I'm simply setting up a project to have a release and debug buld. I have everything working perfectly, but in order to build the project with debugging flags enabled, I have to add the cmake debugging flag (-DCMAKE_BUILD_TYPE=Debug). The only way that I can figure out to have this parameter passed to cmake is to add it as an additional argument. Unfortunately QtCreator doesn't remember the arguments for a given build configuration, so I have to add this in every single time I run cmake. Am I doing this wrong? Is there a way to add this as part of the build configuration so that I don't have to retype the parameter every time?