summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix to detect file conponent from path properly in Makefile generatorOBATA Akio2021-02-021-2/+2
| | | | | | | It should be either `path.right(path.length() - sep_pos - 1)` or `path.mid(sep_pos + 1)`. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Remove dates from generated files.Slávek Banko2021-02-021-2/+1
| | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+2503