File: configure-options.html

package info (click to toggle)
qt4-x11 4%3A4.8.2%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 701,696 kB
  • sloc: cpp: 2,686,179; ansic: 375,485; python: 25,859; sh: 19,349; xml: 17,091; perl: 14,765; yacc: 5,383; asm: 5,038; makefile: 1,259; lex: 555; ruby: 526; objc: 347; cs: 112; pascal: 112; php: 54; sed: 34
file content (224 lines) | stat: -rw-r--r-- 25,391 bytes parent folder | download
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?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" />
<!-- installation.qdoc -->
  <title>Qt 4.8: Configuration Options for Qt</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>Configuration Options for Qt</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level2"><a href="#cross-platform-options">Cross platform options:</a></li>
<li class="level2"><a href="#third-party-libraries">Third Party Libraries</a></li>
<li class="level2"><a href="#qt-for-windows-only">Qt for Windows only:</a></li>
<li class="level2"><a href="#qt-for-windows-ce-only">Qt for Windows CE only:</a></li>
<li class="level2"><a href="#qt-for-symbian-os-only">Qt for Symbian OS only:</a></li>
</ul>
</div>
<h1 class="title">Configuration Options for Qt</h1>
<span class="subtitle"></span>
<!-- $$$configure-options.html-description -->
<div class="descr"> <a name="details"></a>
<p>This page gives a brief description of the different options available when building Qt using the <tt>configure</tt> script or <tt>configure.exe</tt> binary. To build Qt using the default options, just call configure from the command line as shown below.</p>
<p>When building on Linux, Mac OS X and Unix platforms:</p>
<p><tt>./configure</tt></p>
<p>On Windows, run the corresponding executable:</p>
<p><tt>.\configure.exe</tt></p>
<p>If you would like to customize your build, please use the options listed in the following tables. To see the full list of options, invoke the configure tool with the <tt>-help</tt> command line option.</p>
<a name="cross-platform-options"></a>
<h3>Cross platform options:</h3>
<table class="generic">
<thead><tr class="qt-style"><th >Option</th><th >Description</th><th >Note</th></tr></thead>
<tr valign="top" class="odd"><td ><tt>-buildkey</tt> &lt;key&gt;</td><td >Build the Qt library and plugins using the specified</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>&lt;key&gt;</tt></td><td >When the library loads plugins, it will only load those that have a matching &lt;key&gt;.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-release</tt></td><td >Compile and link Qt with debugging turned off.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-debug</tt></td><td >Compile and link Qt with debugging turned on.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-debug-and-release</tt></td><td >Compile and link two Qt libraries, with and without debugging turned on.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-opensource</tt></td><td >Compile and link the Open-Source Edition of Qt.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-commercial</tt></td><td >Compile and link the Commercial Edition of Qt.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-developer-build</tt></td><td >Compile and link Qt with Qt developer options including auto-tests exporting)</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-shared</tt></td><td >Create and use shared Qt libraries.</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-static</tt></td><td >Create and use static Qt libraries.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-ltcg</tt></td><td >Use Link Time Code Generation.</td><td >Apply to release builds only.</td></tr>
<tr valign="top" class="even"><td ><tt>-no-ltcg</tt></td><td >Do not use Link Time Code Generation.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-fast</tt></td><td >Configure Qt normally by generating Makefiles for all project files.</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-fast</tt></td><td >Configure Qt quickly by generating Makefiles only for library and subdirectory targets.</td><td >All other Makefiles are created as wrappers which will in turn run qmake.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-exceptions</tt></td><td >Disable exceptions on platforms that support it.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-exceptions</tt></td><td >Enable exceptions on platforms that support it.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-accessibility</tt></td><td >Do not compile Windows Active Accessibility support.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-accessibility</tt></td><td >Compile Windows Active Accessibility support.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-stl</tt></td><td >Do not compile STL support.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-stl</tt></td><td >Compile STL support.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-sql-&lt;driver&gt;</tt></td><td >Disable SQL &lt;driver&gt; entirely, by default none are turned on.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-qt-sql-&lt;driver&gt;</tt></td><td >Enable a SQL &lt;driver&gt; in the Qt Library.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-plugin-sql-&lt;driver&gt;</tt></td><td >Enable SQL &lt;driver&gt; as a plugin to be linked to at run time.</td><td >Available values for &lt;driver&gt;: mysql, psql, oci, odbc, tds, db2, sqlite, sqlite2, ibase. Drivers marked with a '+' during configure have been detected as available on this system.</td></tr>
<tr valign="top" class="even"><td ><tt>-system-sqlite</tt></td><td >Use sqlite from the operating system.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-no-qt3support</tt></td><td >Disables the Qt 3 support functionality.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-no-opengl</tt></td><td >Disables OpenGL functionality</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-opengl &lt;api&gt;</tt></td><td >Enable OpenGL support with specified API version.</td><td >Available values for &lt;api&gt;: desktop - Enable support for Desktop OpenGL (Default), es1 - Enable support for OpenGL ES Common Profile, es2 - Enable support for OpenGL ES 2.0&#x2e;</td></tr>
<tr valign="top" class="even"><td ><tt>-no-openvg</tt></td><td >Disables OpenVG functionality</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-openvg</tt></td><td >Enables OpenVG functionality</td><td >Requires EGL support, typically supplied by an OpenGL or other graphics implementation.</td></tr>
<tr valign="top" class="even"><td ><tt>-platform &lt;spec&gt;</tt></td><td >The operating system and compiler you are building on.</td><td >The default value is %QMAKESPEC%.</td></tr>
<tr valign="top" class="odd"><td ><tt>-xplatform &lt;spec&gt;</tt></td><td >The operating system and compiler you are cross compiling for.</td><td >See the README file for a list of supported operating systems and compilers.</td></tr>
<tr valign="top" class="even"><td ><tt>-qtnamespace &lt;namespace&gt;</tt></td><td >Wraps all Qt library code in 'namespace name {..}</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-qtlibinfix &lt;infix&gt;</tt></td><td >Renames all Qt* libs to Qt*&lt;infix&gt;</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-D &lt;define&gt;</tt></td><td >Add an explicit define to the preprocessor.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-I &lt;includepath&gt;</tt></td><td >Add an explicit include path.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-L &lt;librarypath&gt;</tt></td><td >Add an explicit library path.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-l &lt;libraryname&gt;</tt></td><td >Add an explicit library name, residing in a librarypath.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-graphicssystem &lt;sys&gt;</tt></td><td >Specify which graphics system should be used.</td><td >Available values for &lt;sys&gt;: * raster - Software rasterizer, opengl - Using OpenGL acceleration, experimental!, openvg - Using OpenVG acceleration, experimental!</td></tr>
<tr valign="top" class="odd"><td ><tt>-help, -h, -?</tt></td><td >Display this information.</td><td ></td></tr>
</table>
<a name="third-party-libraries"></a>
<h3>Third Party Libraries</h3>
<table class="generic">
<thead><tr class="qt-style"><th >Option</th><th >Description</th><th >Note</th></tr></thead>
<tr valign="top" class="odd"><td ><tt>-qt-zlib</tt></td><td >Use the zlib bundled with Qt.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-system-zlib</tt></td><td >Use zlib from the operating system.</td><td >See http://www.gzip.org/zlib</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-gif</tt></td><td >Do not compile GIF reading support.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-qt-gif</tt></td><td >Compile GIF reading support.</td><td >See also src/gui/image/qgifhandler_p.h</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-libpng</tt></td><td >Do not compile PNG support.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-qt-libpng</tt></td><td >Use the libpng bundled with Qt.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-system-libpng</tt></td><td >Use libpng from the operating system.</td><td >See http://www.libpng.org/pub/png</td></tr>
<tr valign="top" class="even"><td ><tt>-no-libmng</tt></td><td >Do not compile MNG support.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-qt-libmng</tt></td><td >Use the libmng bundled with Qt.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-system-libmng</tt></td><td >Use libmng from the operating system.</td><td >See http://www.libmng.com</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-libtiff</tt></td><td >Do not compile TIFF support.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-qt-libtiff</tt></td><td >Use the libtiff bundled with Qt.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-system-libtiff</tt></td><td >Use libtiff from the operating system.</td><td >See http://www.libtiff.org</td></tr>
<tr valign="top" class="even"><td ><tt>-no-libjpeg</tt></td><td >Do not compile JPEG support.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-qt-libjpeg</tt></td><td >Use the libjpeg bundled with Qt.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-system-libjpeg</tt></td><td >Use libjpeg from the operating system.</td><td >See http://www.ijg.org. This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
</table>
<a name="qt-for-windows-only"></a>
<h3>Qt for Windows only:</h3>
<table class="generic">
<thead><tr class="qt-style"><th >Option</th><th >Description</th><th >Note</th></tr></thead>
<tr valign="top" class="odd"><td ><tt>-no-dsp</tt></td><td >Do not generate VC++ .dsp files.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-dsp</tt></td><td >Generate VC++ .dsp files, only if spec &quot;win32-msvc&quot;.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-vcproj</tt></td><td >Do not generate VC++ .vcproj files.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-vcproj</tt></td><td >Generate VC++ .vcproj files, only if platform &quot;win32-msvc.net&quot;.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-incredibuild-xge</tt></td><td >Do not add IncrediBuild XGE distribution commands to custom build steps.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-incredibuild-xge</tt></td><td >Add IncrediBuild XGE distribution commands to custom build steps. This will distribute MOC and UIC steps, and other custom buildsteps which are added to the INCREDIBUILD_XGE variable.</td><td >The IncrediBuild distribution commands are only added to Visual Studio projects. This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-plugin-manifests</tt></td><td >Do not embed manifests in plugins.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-plugin-manifests</tt></td><td >Embed manifests in plugins.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-qmake</tt></td><td >Do not compile qmake.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-qmake</tt></td><td >Compile qmake.</td><td >Default value</td></tr>
<tr valign="top" class="odd"><td ><tt>-dont-process</tt></td><td >Do not generate Makefiles/Project files. This will override -no-fast if specified.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-process</tt></td><td >Generate Makefiles/Project files.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-rtti</tt></td><td >Do not compile runtime type information.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-rtti</tt></td><td >Compile runtime type information.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-mmx</tt></td><td >Do not compile with use of MMX instructions</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-mmx</tt></td><td >Compile with use of MMX instructions</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-3dnow</tt></td><td >Do not compile with use of 3DNOW instructions</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-3dnow</tt></td><td >Compile with use of 3DNOW instructions</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-sse</tt></td><td >Do not compile with use of SSE instructions</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-sse</tt></td><td >Compile with use of SSE instructions</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-sse2</tt></td><td >Do not compile with use of SSE2 instructions</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-sse2</tt></td><td >Compile with use of SSE2 instructions</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-openssl</tt></td><td >Do not compile in OpenSSL support</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-openssl</tt></td><td >Compile in run-time OpenSSL support</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-openssl-linked</tt></td><td >Compile in linked OpenSSL support</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-no-dbus</tt></td><td >Do not compile in D-Bus support</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-dbus</tt></td><td >Compile in D-Bus support and load libdbus-1 dynamically.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-dbus-linked</tt></td><td >Compile in D-Bus support and link to libdbus-1</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-no-phonon</tt></td><td >Do not compile in the Phonon module</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-phonon</tt></td><td >Compile the Phonon module.</td><td >Phonon is built if a decent C++ compiler is used. This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-phonon-backend</tt></td><td >Do not compile the platform-specific Phonon backend-plugin</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-phonon-backend</tt></td><td >Compile in the platform-specific Phonon backend-plugin</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-multimedia</tt></td><td >Do not compile the multimedia module</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-multimedia</tt></td><td >Compile in multimedia module</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-audio-backend</tt></td><td >Do not compile in the platform audio backend into <a href="qtmultimedia.html">QtMultimedia</a></td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-audio-backend</tt></td><td >Compile in the platform audio backend into <a href="qtmultimedia.html">QtMultimedia</a></td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-webkit</tt></td><td >Do not compile in the WebKit module</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-webkit</tt></td><td >Compile in the WebKit module</td><td >WebKit is built if a decent C++ compiler is used. This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-webkit-debug</tt></td><td >Compile in the WebKit module with debug symbols.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-no-script</tt></td><td >Do not build the <a href="qtscript.html">QtScript</a> module.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-script</tt></td><td >Build the <a href="qtscript.html">QtScript</a> module.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-no-scripttools</tt></td><td >Do not build the <a href="qtscripttools.html">QtScriptTools</a> module.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-scripttools</tt></td><td >Build the <a href="qtscripttools.html">QtScriptTools</a> module.</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-no-declarative</tt></td><td >Do not build the declarative module</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-declarative</tt></td><td >Build the declarative module</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-no-declarative-debug</tt></td><td >Do not build the declarative debugging support</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-declarative-debug</tt></td><td >Build the declarative debugging support</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-arch &lt;arch&gt;</tt></td><td >Specify an architecture.</td><td >Available values for &lt;arch&gt;: * windows, windowsce, symbian, boundschecker, generic.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-style-&lt;style&gt;</tt></td><td >Disable &lt;style&gt; entirely.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-qt-style-&lt;style&gt;</tt></td><td >Enable &lt;style&gt; in the Qt Library.</td><td >Available styles: * windows, + windowsxp, + windowsvista, * plastique, * cleanlooks, * motif, * cde, windowsce, windowsmobile, s60</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-native-gestures</tt></td><td >Do not use native gestures on Windows 7.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-native-gestures</tt></td><td >Use native gestures on Windows 7.</td><td >Default value.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-mp</tt></td><td >Do not use multiple processors for compiling with MSVC</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-mp</tt></td><td >Use multiple processors for compiling with MSVC (-MP)</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-loadconfig &lt;config&gt;</tt></td><td >Run configure with the parameters from file configure_&lt;config&gt;.cache.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-saveconfig &lt;config&gt;</tt></td><td >Run configure and save the parameters in file configure_&lt;config&gt;.cache.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-redo</tt></td><td >Run configure with the same parameters as last time.</td><td ></td></tr>
</table>
<a name="qt-for-windows-ce-only"></a>
<h3>Qt for Windows CE only:</h3>
<table class="generic">
<thead><tr class="qt-style"><th >Option</th><th >Description</th><th >Note</th></tr></thead>
<tr valign="top" class="odd"><td ><tt>-no-iwmmxt</tt></td><td >Do not compile with use of IWMMXT instructions</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-iwmmxt</tt></td><td >Do compile with use of IWMMXT instructions.</td><td >This is for Qt for Windows CE on Arm only. This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="odd"><td ><tt>-no-crt</tt></td><td >Do not add the C runtime to default deployment rules.</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-qt-crt</tt></td><td >Qt identifies C runtime during project generation</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-crt &lt;path&gt;</tt></td><td >Specify path to C runtime used for project generation.</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-no-cetest</tt></td><td >Do not compile Windows CE remote test application</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-cetest</tt></td><td >Compile Windows CE remote test application</td><td >This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included.</td></tr>
<tr valign="top" class="even"><td ><tt>-signature &lt;file&gt;</tt></td><td >Use file for signing the target project</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-phonon-wince-ds9</tt></td><td >Enable Phonon Direct Show 9 backend for Windows CE</td><td >Default value</td></tr>
</table>
<a name="qt-for-symbian-os-only"></a>
<h3>Qt for Symbian OS only:</h3>
<table class="generic">
<thead><tr class="qt-style"><th >Option</th><th >Description</th><th >Note</th></tr></thead>
<tr valign="top" class="odd"><td ><tt>-no-freetype</tt></td><td >Do not compile in Freetype2 support.</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-qt-freetype</tt></td><td >Use the libfreetype bundled with Qt.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-fpu &lt;flags&gt;</tt></td><td >VFP type on ARM, supported options: softvfp(default) |vfpv2 | softvfp+vfpv2</td><td ></td></tr>
<tr valign="top" class="even"><td ><tt>-no-s60</tt></td><td >Do not compile in S60 support.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-s60</tt></td><td >Compile with support for the S60 UI Framework</td><td >Default value.</td></tr>
<tr valign="top" class="even"><td ><tt>-no-usedeffiles</tt></td><td >Disable the usage of DEF files.</td><td ></td></tr>
<tr valign="top" class="odd"><td ><tt>-usedeffiles</tt></td><td >Enable the usage of DEF files.</td><td ></td></tr>
</table>
</div>
<!-- @@@configure-options.html -->
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
    <p>
      <acronym title="Copyright">&copy;</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>