Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
qmake
Jump to navigation
Jump to search
Introduction
qmake is a tool that automates the generation of Makefiles for projects (using Qt or not), i.e., acts as a build system tool. There is a whole section of the official Qt documentation dedicate to this tool. The idea behind this wiki page is to collect some material not present there yet and also tips & tricks that can be useful.
See also
External References
- Undocumented qmake, by Paul John Floyd. Although a little old, there is interesting stuff there.