Skip to content
  • Daniel Teske's avatar
    Add an option "Stop before build" for windows users · a5952658
    Daniel Teske authored
    
    
    On windows, users frequently get compile errors because the application
    binaries/libraries are locked while the application is still running.
    
    A good solution would require actually knowing which builds output files
    that are used by the currently running applications, and would
    distinguish
    between locally running applications and remote applications.
    
    This solution in this patch is far simpler, it offers a option to
    stop all runcontrols or stop all runcontrols from the project, that the
    user
    wants to build. Those options don't take into account whether stopping
    those applications is actually needed and is global.
    
    Change-Id: I75b0b6c450898bb29c1e4f9c18c3199aeed696fe
    Task-number: QTCREATORBUG-13188
    Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
    Reviewed-by: default avatarTobias Hunger <tobias.hunger@theqtcompany.com>
    a5952658