设为首页 加入收藏

TOP

qt-embedd-linux4.8.2编译配置选项说明(二)
2014-11-24 12:25:51 来源: 作者: 【 】 浏览:6
Tags:qt-embedd-linux4.8.2 编译 配置 选项 说明
)
-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 :

首页 上一页 1 2 3 4 5 6 下一页 尾页 2/6/6
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Android中使用继承GDActivity出现.. 下一篇QT4.8.2在TQ2440开发板上的移植(..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·数据库:推荐几款 Re (2025-12-25 12:17:11)
·如何最简单、通俗地 (2025-12-25 12:17:09)
·什么是Redis?为什么 (2025-12-25 12:17:06)
·对于一个想入坑Linux (2025-12-25 11:49:07)
·Linux 怎么读? (2025-12-25 11:49:04)