Qmake: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Decode HTML entity names)
(Make it a sub-category to ensure it gets linked suitably.)
Line 1: Line 1:
[[Category:Tools]]
'''English''' [[:Category:Tools::qmake_Ukrainian|Українська]] [[:Category:Tools::qmake_Hungarian|Magyar]]
'''English''' [[:Category:Tools::qmake_Ukrainian|Українська]] [[:Category:Tools::qmake_Hungarian|Magyar]]



Revision as of 12:23, 15 September 2016

English Українська Magyar

qmake

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.