Skip to content
  • Christian Kandeler's avatar
    QbsProjectManager: Remove "dry run" build option. · 47b8ee09
    Christian Kandeler authored
    
    
    The way this option works is not IDE-compatible, since the build process
    changes the build graph and relies on the changes being transient simply
    by not storing the build graph afterwards. This is fine for the command-
    line tool, but Qt Creator keeps the build graph open and subsequent
    "real" builds will finish immediately even when nothing has actually
    been built yet.
    Perhaps it would be possible to do the implementation differently, but
    having the "dry run" option in Qt Creator is not valuable enough to
    justify that effort.
    
    Change-Id: Ic99ddef63555f6029c5857d2cfd8dc48d8a72914
    Reviewed-by: default avatarLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>
    Reviewed-by: default avatarJake Petroules <jake.petroules@theqtcompany.com>
    47b8ee09