Qmake

From Qt Wiki
Revision as of 23:54, 6 October 2017 by JKSH (talk | contribs) (JKSH moved page Category:Tools::qmake to Qmake without leaving a redirect: Categories are not articles. Also, remove the "Tools::" prefix.)
Jump to navigation Jump to search

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.