qt-embedd-linux4.8.2编译配置选项说明(二)

2014-11-24 12:25:51 · 作者: · 浏览: 15
)
-libdir ......... Libraries will be installed to
(default PREFIX/lib)
-docdir ......... Documentation will be installed to
(default PREFIX/doc)
-headerdir ...... Headers will be installed to
(default PREFIX/include)
-plugindir ...... Plugins will be installed to
(default PREFIX/plugins)
-importdir ...... Imports for QML will be installed to
(default PREFIX/imports)
-datadir ........ Data used by Qt programs will be installed to
(default PREFIX)
-translationdir . Translations of Qt programs will be installed to
(default PREFIX/translations)
-sysconfdir ..... Settings used by Qt programs will be looked for in
(default PREFIX/etc/settings)
-examplesdir .... Examples will be installed to
(default PREFIX/examples)
-demosdir ....... Demos will be installed to
(default PREFIX/demos)


You may use these options to turn on strict plugin loading.


-buildkey .... Build the Qt library and plugins using the specified
. When the library loads plugins, it will only
load those that have a matching key.


Configure options:


The defaults (*) are usually acceptable. A plus (+) denotes a default value
that needs to be eva luated. If the eva luation succeeds, the feature is
included. Here is a short explanation of each option:


(默认选项(*)是通用的,带有+号的代表一个正在测试的值,如果测试成功这个选项将被编译)


* -release ........... Compile and link Qt with debugging turned off.
-debug ............. Compile and link Qt with debugging turned on.
-debug-and-release . Compile and link two versions of Qt, with and without
debugging turned on (Mac only).


-developer-build ... Compile and link Qt with Qt developer options (including auto-tests exporting)


-opensource ........ Compile and link the Open-Source Edition of Qt.
-commercial ........ Compile and link the Commercial Edition of Qt.



* -shared ............ Create and use shared Qt libraries.
-static ............ Create and use static Qt libraries.


* -no-fast ........... Configure Qt normally by generating Makefiles for all
project files.
-fast .............. Configure Qt quickly by generating Makefiles only for
library and subdirectory targets. All other Makefiles
are created as wrappers, which will in turn run qmake.


-no-largefile ...... Disables large file support.
+ -largefile ......... Enables Qt to access files larger than 4 GB.


* -no-exceptions ..... Disable exceptions on compilers that support it.
-exceptions ........ Enable exceptions on compilers that support it.


-no-accessibility .. Do not compile Accessibility support.
* -accessibility ..... Compile Accessibility support.


-no-stl ............ Do not compile STL support.
* -stl ............... Compile STL support.


-no-sql- ... Disable SQL entirely.
-qt-sql- ... Enable a SQL in the QtSql library, by default
none are turned on.
-plugin-sql- Enable SQL as a plugin to be linked to
at run time.


Possible values for :