summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.unix
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake-related code from configureJoerg Bornemann2020-12-211-13/+0
| | | | | | | | | | | | This leaves a very simple script that delegates the heavy configure work to a CMake script. This also removes the Makefile templates that were used for bootstrapping qmake. Task-number: QTBUG-88742 Change-Id: Iab9c477e0bb611d680bda2cf8aaa7ad88356a8d1 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-0/+2
| | | | | | | This deduplicates the code between QFileSystemEngine and QLockFile. Change-Id: I1eba2b016de74620bfc8fffd14cd005d5fd9beaa Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* configure: put more of the makefile contents into template filesOswald Buddenhagen2016-11-231-0/+11
... instead of having (duplicated) code in the configures to create it. Change-Id: Ia86b44021a024a969f5a49b7fb18d3d414869f93 Reviewed-by: Lars Knoll <lars.knoll@qt.io>