1 .TH QMAKE 1 "2005-07-23"
3 .\" Copyright (C) 2015 The Qt Company Ltd.
4 .\" Contact: http://www.qt.io/licensing/
6 .\" This file is part of the QtGui module of the Qt Toolkit.
8 .\" $QT_BEGIN_LICENSE:LGPL$
9 .\" Commercial License Usage
10 .\" Licensees holding valid commercial Qt licenses may use this file in
11 .\" accordance with the commercial license agreement provided with the
12 .\" Software or, alternatively, in accordance with the terms contained in
13 .\" a written agreement between you and The Qt Company. For licensing terms
14 .\" and conditions see http://www.qt.io/terms-conditions. For further
15 .\" information use the contact form at http://www.qt.io/contact-us.
17 .\" GNU Lesser General Public License Usage
18 .\" Alternatively, this file may be used under the terms of the GNU Lesser
19 .\" General Public License version 2.1 as published by the Free Software
20 .\" Foundation and appearing in the file LICENSE.LGPL included in the
21 .\" packaging of this file. Please review the following information to
22 .\" ensure the GNU Lesser General Public License version 2.1 requirements
23 .\" will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
25 .\" As a special exception, The Qt Company gives you certain additional
26 .\" rights. These rights are described in The Qt Company LGPL Exception
27 .\" version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
29 .\" GNU General Public License Usage
30 .\" Alternatively, this file may be used under the terms of the GNU
31 .\" General Public License version 3.0 as published by the Free Software
32 .\" Foundation and appearing in the file LICENSE.GPL included in the
33 .\" packaging of this file. Please review the following information to
34 .\" ensure the GNU General Public License version 3.0 requirements will be
35 .\" met: http://www.gnu.org/copyleft/gpl.html.
41 qmake \- cross-platform makefile generator for Qt
45 .I "[mode] [options] [files]"
49 has two modes, one mode for generating project files based on some
50 heuristics, and the other for generating makefiles. Normally you
51 shouldn't need to specify a mode, as makefile generation is the default
52 mode for qmake, but you may use this to test qmake on an existing
58 Put qmake into project file generation mode In this mode qmake
59 interprets files as files to be built, defaults to *.c; *.ui; *.y; *.l;
60 *.ts; *.qrc; *.h; *.hpp; *.hh; *.hxx; *.H; *.cpp; *.cc; *.cxx; *.C
63 Put qmake into makefile generation mode (default) In this mode qmake
64 interprets files as project files to be processed, if skipped qmake will
65 try to find a project file in your current working directory
76 Turn on parser warnings
79 Turn on logic warnings
99 Overrides TEMPLATE as templ
102 Overrides TEMPLATE so that prefix is prefixed
112 All variable assignments after this will be parsed after [files]
115 Don't do a recursive search
118 Do a recursive search
121 Use file as cache [makefile mode only]
124 Use spec as QMAKESPEC [makefile mode only]
127 Don't use a cache file [makefile mode only]
130 Don't generate dependencies [makefile mode only]
133 Don't generate moc targets [makefile mode only]
136 Don't look for files in pwd [project mode only]
140 .BR /usr/share/qt4/doc/html/qmake-manual.html,
142 This manual page was written by Brian Nelson <pyro@debian.org> based on