summaryrefslogtreecommitdiffstats
path: root/qmake/generators/unix/unixmake.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Prevent to set build directories as RPATHOBATA Akio2020-08-091-5/+3
| | | | | | | It result in unwanted RPATH reference from installed binaries. Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit a9d2c0bdd16dd850fcfe58c040c89c8a6a2268a3)
* Fix to set libtool special mode-args as a compiler flagOBATA Akio2020-08-021-2/+2
| | | | | Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 141af55cca0bad0492786479584e474b3285ab9b)
* 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> (cherry picked from commit 5c270c3e26e74609a1821ddd3bb17566ccc53396)
* Automated update from Qt3Timothy Pearson2014-09-121-1/+1
|
* Automated update from Qt3Timothy Pearson2012-06-191-1/+1
|
* Update to latest tqt3 automated conversionTimothy Pearson2012-01-261-4/+4
|
* Sync againTimothy Pearson2011-12-051-1/+1
|
* Sync with latest scriptTimothy Pearson2011-12-051-1/+1
|
* Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731Timothy Pearson2011-11-081-0/+880