summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prevent to set build directories as RPATHOBATA Akio2021-02-021-5/+3
| | | | | | It result in unwanted RPATH reference from installed binaries. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to set libtool special mode-args as a compiler flagOBATA Akio2021-02-021-2/+2
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* 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>
* Revert "QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to ↵Michele Calgaro2018-09-181-1/+1
| | | | | | | | updated admin module" The original commit was a mistake and should not have been pushed. This reverts commit f849f22528ee9eb5eeb1f9aa92822846b2b3e01f.
* QT_THREAD_SUPPORT -> TQT_THREAD_SUPPORT conversion to align to updated admin ↵Michele Calgaro2018-09-181-1/+1
| | | | | | module Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix qmake shared library namingFrancois Andriot2014-09-121-1/+1
| | | | | | | Add long long int support to TQTextStream Fix potential segmentation fault in QValueList Fix library naming in TQT Plugins This relates to Bug 2107
* Add Qt3 development HEAD versionTimothy Pearson2011-07-101-0/+880