Qmake: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''English''' [[:Category:Tools::qmake Ukrainian|Українська]] [[:Category:Tools::qmake Hungarian|Magyar]]
'''English''' [[:Category:Tools::qmake_Ukrainian|Українська]] [[:Category:Tools::qmake_Hungarian|Magyar]]


=qmake=
= qmake =


==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.nokia.com/4.7/qmake-manual.html whole section] ''[doc.qt.nokia.com]'' of the [http://doc.qt.nokia.com/4.7/ official Qt documentation] ''[doc.qt.nokia.com]'' 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 genaration of Makefiles for projects (using Qt or not), i.e., acts as a build system tool. There is a "whole section":http://doc.qt.nokia.com/4.7/qmake-manual.html of the "official Qt documentation":http://doc.qt.nokia.com/4.7/ 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==
== External References ==


* [http://paulf.free.fr/undocumented_qmake.html Undocumented qmake] ''[paulf.free.fr]'', by Paul John Floyd. Although a little old, there is interesting stuff there.
* "Undocumented qmake":http://paulf.free.fr/undocumented_qmake.html, by Paul John Floyd. Although a little old, there is interesting stuff there.
* [http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake Qt Centre’s Undocumented qmake] ''[qtcentre.org]'' This wiki page has some undocumented features. Some of them are now in the official docs though.
* "Qt Centre's Undocumented qmake":http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake This wiki page has some undocumented features. Some of them are now in the official docs though.
* [https://wiki.qt.io/qmake-exit-codes qmake exit codes] ''[qt.io]'' Sometimes you are faced with a qmake exit code. Here’s an explanation.
 
===There are 3 articles in "Tools -> qmake":===
 
===G===
* [[Generate Makefiles instead of XCode projects on Mac OS X|Generate_Makefiles_instead_of_XCode_projects_on_Mac_OS_X]]===Q===
* [[QmakeInvokeAutotools]]===T===
* [[:Category:Tools::qmake Hungarian|Category:Tools -> qmake_Hungarian]]

Revision as of 14:42, 23 February 2015

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":http://doc.qt.nokia.com/4.7/qmake-manual.html of the "official Qt documentation":http://doc.qt.nokia.com/4.7/ 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