免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1256 | 回复: 0
打印 上一主题 下一主题

QT各个模块的可移植性 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-12-14 19:17 |只看该作者 |倒序浏览
从QT4开始,已经把QT的各个功能模块独立出来了,各个模块都集成到了各自的Library里了。这样可以单独编译,单独使用,单独移植。
Qt's Modules
Qt 4 consists of several modules, each of which lives in a separate library.
Modules for general software development:
QtCore
Core non-graphical classes used by other modules
QtGui
Graphical user interface (GUI) components
QtNetwork
Classes for network programming
QtOpenGL
OpenGL support classes
QtScript
Classes for evaluating Qt Scripts
QtScriptTools
Additional Qt Script components
QtSql
Classes for database integration using SQL
QtSvg
Classes for displaying the contents of SVG files
QtWebKit
Classes for displaying and editing Web content
QtXml
Classes for handling XML
QtXmlPatterns
An XQuery & XPath engine for XML and custom data models
Phonon
Multimedia framework classes
Qt3Support
Qt 3 compatibility classes
Modules for working with Qt's tools:
QtDesigner
Classes for extending Qt Designer
QtUiTools
Classes for handling Qt Designer forms in applications
QtHelp
Classes for online help
QtAssistant
Support for online help
QtTest
Tool classes for unit testing
The following extension modules are available in the
Qt Commercial Editions
on Windows:
QAxContainer
Extension for accessing ActiveX controls
QAxServer
Extension for writing ActiveX servers
The following extension module is available in all
Qt Editions
on Unix platforms:
QtDBus
Classes for Inter-Process Communication using the D-Bus
If you use
qmake
to build your projects, the
QtCore
and
QtGui
modules are included by default. To link only against
QtCore
, add the following line to your .pro file:
QT -= gui
On Windows, if you do not use
qmake
, the
Visual Studio Integration
available to
commercial licensees
, or other build tools such as CMake, you also need to link against the qtmain library.
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/108006/showart_2121203.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP