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 <[email protected]> (cherry picked from commit 30a7754971fee794819df164dd1601b2af49587a)
* 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 <[email protected]> (cherry picked from commit fc8564a5f04b90b998e792444f70550272e78ddb)
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+2503