Qmake: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Set DISPLAYTITLE for lowercase q)
(Remove redundant header)
Line 2: Line 2:
[[Category:qmake]]
[[Category:qmake]]
{{LangSwitch}}
{{LangSwitch}}
= qmake =


== Introduction ==
== Introduction ==

Revision as of 04:03, 7 October 2017

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

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.