module MxxRu::Cpp::Qt4Modules

Auxilary module with classes and constants for Qt4 modules support

Constants

ModuleDescription

Description of Qt4 module.

Usage:

QT_GUI = ModuleDescription.new( 'QT_GUI_LIB', 'QtGui' )
...
QT_CORE

QtCore component.

QT_DESIGNER

QtDesigner component.

QT_DESIGNER_COMPONENTS

QtDesignerComponents component.

QT_GUI

QtGui component.

QT_HELP

QtHelp component.

QT_NETWORK

Network component.

QT_OPENGL

QtOpenGL component.

QT_PHONON

Phonon component.

QT_QT3SUPPORT

Qt3Support component.

QT_SCRIPT

QtScript component.

QT_SQL

QtSql component.

QT_SVG

QtSvg component.

QT_TEST

QtTest component.

QT_WEB_KIT

QtWebKit component.

QT_XML

QtXml component.

QT_XML_PATTERNS

QtXmlPatterns component.