Qmake: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Fix link formats)
(Update links)
Line 5: Line 5:
== 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] of the [http://doc.qt.nokia.com/4.7/ 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 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.


== External References ==
== External References ==

Revision as of 07:07, 1 March 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 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