I have Eclipse Helios with the CDT and Qt plugin installed. After creating a new Qt project, it is impossible to select the assembly configuration (release or debug) using the "hammer icon", as is done in normal C ++ projects.
By default, debug mode is created. To go to release, you need to go to Project> Properties> C / C ++ Make Project> Make Builder> Workbench Build Behavior> Build (Incremental Build) "and enter" debug "or" release ".
So my question is: why is this and how can I change it?
Many thanks,
Sebastian
source
share