Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.6.0-beta
-
Qt Creator 2.6
Description
Currently the default Build Configurations for projects are called "Default build Debug" and "Default Build Release" for Qmake based projects.
Shorten that to "Debug" and "Release".
This requires some work since the Qt4BCFactory's create method adds Debug/Release respectively based on Qt version used and expects a name to be passed (and will pop up a message otherwise).