Qmake: Difference between revisions
Jump to navigation
Jump to search
(Remove redundant header) |
(Revert category change. The advantage of the "Tools::" prefix is that "qmake" can start with a lowercase 'q'/) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:qmake}} | {{DISPLAYTITLE:qmake}} | ||
[[Category:qmake]] | [[Category:Tools::qmake]] | ||
{{LangSwitch}} | {{LangSwitch}} | ||
Revision as of 04:28, 7 October 2017
Introduction
qmake is a tool that automates the genaration 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.
External References
- Undocumented qmake, by Paul John Floyd. Although a little old, there is interesting stuff there.