In my opinion setting the default build to be debug build is not the best option, because we would risk that app developers will forget to change it and upload debug enabled stuff to the store.
The originial idea from David is good. That is how it _should_ work. With qmake it is possible to create two build configuration (release and debug) automatically for a new project, but sadly with cmake projects it is not possible. At least not automatically. Manually yes, but that does not help this case. Keep in mind that cmake is a foreign project type to QtCreator. Qt projects do promote the qmake project types for obvious reason. That is their native project type and for that reason QtCreator is more user friendly, more feature-full with qmake than cmake. All in all, my suggestion for those who really do not want to deal with cmake internal variables and manually editing the cmake parameters to choose the qmake project type. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312644 Title: Make it easier to debug C++ apps with a Debug build config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/qtcreator-plugin-ubuntu/+bug/1312644/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
