Option | Description | Note |
-no-dsp | Do not generate VC++ .dsp files. | |
-dsp | Generate VC++ .dsp files, only if spec "win32-msvc". | Default value. |
-no-vcproj | Do not generate VC++ .vcproj files. | |
-vcproj | Generate VC++ .vcproj files, only if platform "win32-msvc.net". | Default value. |
-no-incredibuild-xge | Do not add IncrediBuild XGE distribution commands to custom build steps. | |
-incredibuild-xge | 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. | 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. |
-no-plugin-manifests | Do not embed manifests in plugins. | |
-plugin-manifests | Embed manifests in plugins. | Default value. |
-no-qmake | Do not compile qmake. | |
-qmake | Compile qmake. | Default value |
-dont-process | Do not generate Makefiles/Project files. This will override -no-fast if specified. | |
-process | Generate Makefiles/Project files. | Default value. |
-no-rtti | Do not compile runtime type information. | |
-rtti | Compile runtime type information. | Default value. |
-no-mmx | Do not compile with use of MMX instructions | |
-mmx | Compile with use of MMX instructions | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-3dnow | Do not compile with use of 3DNOW instructions | |
-3dnow | Compile with use of 3DNOW instructions | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-sse | Do not compile with use of SSE instructions | |
-sse | Compile with use of SSE instructions | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-sse2 | Do not compile with use of SSE2 instructions | |
-sse2 | Compile with use of SSE2 instructions | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-openssl | Do not compile in OpenSSL support | |
-openssl | Compile in run-time OpenSSL support | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-openssl-linked | Compile in linked OpenSSL support | |
-no-dbus | Do not compile in D-Bus support | |
-dbus | Compile in D-Bus support and load libdbus-1 dynamically. | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-dbus-linked | Compile in D-Bus support and link to libdbus-1 | |
-no-phonon | Do not compile in the Phonon module | |
-phonon | Compile the Phonon module. | 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. |
-no-phonon-backend | Do not compile the platform-specific Phonon backend-plugin | |
-phonon-backend | Compile in the platform-specific Phonon backend-plugin | Default value. |
-no-multimedia | Do not compile the multimedia module | |
-multimedia | Compile in multimedia module | Default value. |
-no-audio-backend | Do not compile in the platform audio backend into QtMultimedia | |
-audio-backend | Compile in the platform audio backend into QtMultimedia | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-webkit | Do not compile in the WebKit module | |
-webkit | Compile in the WebKit module | 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. |
-webkit-debug | Compile in the WebKit module with debug symbols. | |
-no-script | Do not build the QtScript module. | |
-script | Build the QtScript module. | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-scripttools | Do not build the QtScriptTools module. | |
-scripttools | Build the QtScriptTools module. | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-declarative | Do not build the declarative module | |
-declarative | Build the declarative module | This option denotes a default value and needs to be evaluated. If the evaluation succeeds, the feature is included. |
-no-declarative-debug | Do not build the declarative debugging support | |
-declarative-debug | Build the declarative debugging support | Default value. |
-arch <arch> | Specify an architecture. | Available values for <arch>: * windows, windowsce, symbian, boundschecker, generic. |
-no-style-<style> | Disable <style> entirely. | |
-qt-style-<style> | Enable <style> in the Qt Library. | Available styles: * windows, + windowsxp, + windowsvista, * plastique, * cleanlooks, * motif, * cde, windowsce, windowsmobile, s60 |
-no-native-gestures | Do not use native gestures on Windows 7. | |
-native-gestures | Use native gestures on Windows 7. | Default value. |
-no-mp | Do not use multiple processors for compiling with MSVC | Default value. |
-mp | Use multiple processors for compiling with MSVC (-MP) | |
-loadconfig <config> | Run configure with the parameters from file configure_<config>.cache. | |
-saveconfig <config> | Run configure and save the parameters in file configure_<config>.cache. | |
-redo | Run configure with the same parameters as last time. | |