Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.6.0-beta1
-
None
-
a27cd125385a43b0440b33433c993c6690899a0a
Description
Qt Creator Configuration:
- "Allways build project before deploying it" -> off
- "Always deploy project before running it" -> on
- "Stop applications before building:" -> "Same Project"
Current behavior:
Pressing "Build" kills all applications. -> correct
Pressing "Run" kills all applications. -> wrong
Run should only start the selected application and not kill applications, because "Run" will not trigger build.