Qmake: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Remove redundant header)
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:qmake}}
{{DISPLAYTITLE:qmake}}
[[Category:qmake]]
[[Category:Tools::qmake]]
{{LangSwitch}}
{{LangSwitch}}


== Introduction ==
==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 [http://doc.qt.io/qt-5/qmake-manual.html whole section] of the [http://doc.qt.io/qt-5/ 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.
'''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 [http://doc.qt.io/qt-5/qmake-manual.html whole section] of the [http://doc.qt.io/qt-5/ 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 ==
==See also==


* [http://paulf.free.fr/undocumented_qmake.html Undocumented qmake], by Paul John Floyd. Although a little old, there is interesting stuff there.
*[[Undocumented_QMake|Undocumented QMake]]
*[[qmake properties|Description of qmake properties]]
 
==External References==
 
*[http://paulf.free.fr/undocumented_qmake.html Undocumented qmake], by Paul John Floyd. Although a little old, there is interesting stuff there.

Latest revision as of 20:24, 8 December 2020

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 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.