Changes between Initial Version and Version 1 of Ticket #223, comment 3


Ignore:
Timestamp:
Jul 9, 2011, 7:02:54 AM (13 years ago)
Author:
rudi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #223, comment 3

    initial v1  
    1 The problem arises when QMake is requested to create output directories using MakefileGenerator::mkdir(). Due to QDir::cd() behaving weird with this bug, subdirs got created in the root instead of relative to the current dir.
     1The problem arises when QMake is requested to create output directories using MakefileGenerator::mkdir(). Due to QDir::cd() behaving weird with this bug, subdirs got created in the root instead of relative to the current dir. This happened when building QtCreator. I didn't see it with Qt itself.