summaryrefslogtreecommitdiffstats
path: root/qmake/generators/makefile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_WS_* defines with TQ_WS_* equivalentsMichele Calgaro2024-02-121-6/+6
| | | | | | | | | | | | This is the first part of the replacement process. Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*. Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow TDE code to continue building till replacement is carried over to all other modules. Once that is completed, the original Q_WS_* defines will be removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TQt Designer: use global includes instead of includehints andMichele Calgaro2022-01-231-8/+1
| | | | | | remove duplicated include directives if found in UI files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix to detect file conponent from path properly in Makefile generatorOBATA Akio2020-07-231-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 Banko2020-03-201-2/+1
| | | | | | This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-4/+4
| | | | | | | | | | | QTDIR -> TQTDIR QTDOC -> TQTDOC INCDIR_QT -> INCDIR_TQT LIBDIR_QT -> LIBDIR_TQT QT_INC -> TQT_INC QT_LIB -> TQT_LIB Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Automated update from Qt3Timothy Pearson2012-06-191-1/+1
|
* Automated update from Qt3Timothy Pearson2012-02-131-11/+11
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-5/+5
|
* Sync againTimothy Pearson2011-12-051-2/+2
|
* Sync with latest scriptTimothy Pearson2011-12-051-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+2503