Changes between Initial Version and Version 1 of Ticket #223, comment 3
- Timestamp:
- Jul 9, 2011, 9:02:54 AM (13 years ago)
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. 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. This happened when building QtCreator. I didn't see it with Qt itself.