Skip to content
  • dt's avatar
    Move BuildStep::init() to where they are added to the buildqueue · 407b7f1f
    dt authored
    Actually that's more correct. E.g. imagine building a project, and while
    the qmake step runs changing the working directory. The make step would
    be affected by that. With the change both the qmake and make step get
    their working directory on beeing added to the queue and so don't care
    if the setting is changed afterwards.
    407b7f1f