1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qmake-manual.qdoc -->
<title>Qt 4.8: qmake Reference</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li>qmake Reference</li>
</ul>
</div>
</div>
<div class="content mainContent">
<link rel="prev" href="qmake-precompiledheaders.html" />
<link rel="next" href="qmake-variable-reference.html" />
<p class="naviNextPrevious headerNavi">
<a class="prevPage" href="qmake-precompiledheaders.html">Using Precompiled Headers</a>
<a class="nextPage" href="qmake-variable-reference.html">qmake Variable Reference</a>
</p><p/>
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#variable-reference">Variable Reference</a></li>
<li class="level1"><a href="#function-reference">Function Reference</a></li>
<li class="level1"><a href="#frequently-used-variables">Frequently Used Variables</a></li>
<li class="level1"><a href="#environment-variables-and-configuration">Environment Variables and Configuration</a></li>
</ul>
</div>
<h1 class="title">qmake Reference</h1>
<span class="subtitle"></span>
<!-- $$$qmake-reference.html-description -->
<div class="descr"> <a name="details"></a>
<p>This reference is a detailed index of all the variables and function that are available for use in <a href="qmake-manual.html#qmake"><tt>qmake</tt></a> project files.</p>
<a name="variable-reference"></a>
<h2>Variable Reference</h2>
<p>The <a href="qmake-variable-reference.html">qmake Variable Reference</a> describes the variables that are recognized by <a href="qmake-manual.html#qmake"><tt>qmake</tt></a>when configuring the build process for projects.</p>
<a name="function-reference"></a>
<h2>Function Reference</h2>
<p>The <a href="qmake-function-reference.html">qmake Function Reference</a> describes the function that can be used to process the contents of variables defined in project files.</p>
<a name="frequentlyusedvariables"></a><a name="frequently-used-variables"></a>
<h2>Frequently Used Variables</h2>
<p>The following variables are frequently used in project files to describe common aspects of the build process. These are fully described in the <a href="qmake-variable-reference.html">Variable Reference</a>.</p>
<ul>
<li><a href="qmake-variable-reference.html#config">CONFIG</a></li>
<li><a href="qmake-variable-reference.html#def-file">DEF_FILE</a></li>
<li><a href="qmake-variable-reference.html#defines">DEFINES</a></li>
<li><a href="qmake-variable-reference.html#destdir">DESTDIR</a></li>
<li><a href="qmake-variable-reference.html#distfiles">DISTFILES</a></li>
<li><a href="qmake-variable-reference.html#dlldestdir">DLLDESTDIR</a></li>
<li><a href="qmake-variable-reference.html#forms">FORMS</a></li>
<li><a href="qmake-variable-reference.html#forms3">FORMS3</a></li>
<li><a href="qmake-variable-reference.html#guid">GUID</a></li>
<li><a href="qmake-variable-reference.html#headers">HEADERS</a></li>
<li><a href="qmake-variable-reference.html#includepath">INCLUDEPATH</a></li>
<li><a href="qmake-variable-reference.html#lexsources">LEXSOURCES</a></li>
<li><a href="qmake-variable-reference.html#libs">LIBS</a></li>
<li><a href="qmake-variable-reference.html#moc-dir">MOC_DIR</a></li>
<li><a href="qmake-variable-reference.html#objects-dir">OBJECTS_DIR</a></li>
<li><a href="qmake-variable-reference.html#qt">QT</a></li>
<li><a href="qmake-variable-reference.html#rcc-dir">RCC_DIR</a></li>
<li><a href="qmake-variable-reference.html#requires">REQUIRES</a></li>
<li><a href="qmake-variable-reference.html#resources">RESOURCES</a></li>
<li><a href="qmake-variable-reference.html#sources">SOURCES</a></li>
<li><a href="qmake-variable-reference.html#subdirs">SUBDIRS</a></li>
<li><a href="qmake-variable-reference.html#target">TARGET</a></li>
<li><a href="qmake-variable-reference.html#template">TEMPLATE</a></li>
<li><a href="qmake-variable-reference.html#translations">TRANSLATIONS</a></li>
<li><a href="qmake-variable-reference.html#ui-dir">UI_DIR</a></li>
<li><a href="qmake-variable-reference.html#ui-headers-dir">UI_HEADERS_DIR</a></li>
<li><a href="qmake-variable-reference.html#ui-sources-dir">UI_SOURCES_DIR</a></li>
<li><a href="qmake-variable-reference.html#version">VERSION</a></li>
<li><a href="qmake-variable-reference.html#yaccsources">YACCSOURCES</a></li>
</ul>
<a name="environment-variables-and-configuration"></a>
<h2>Environment Variables and Configuration</h2>
<p>The <a href="qmake-environment-reference.html">Configuring qmake's Environment</a> chapter of this manual describes the environment variables that <a href="qmake-manual.html#qmake"><tt>qmake</tt></a> uses when configuring the build process.</p>
</div>
<!-- @@@qmake-reference.html -->
<p class="naviNextPrevious footerNavi">
<a class="prevPage" href="qmake-precompiledheaders.html">Using Precompiled Headers</a>
<a class="nextPage" href="qmake-variable-reference.html">qmake Variable Reference</a>
</p>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|