Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

<version.h> - Version defines

The version.h file contains the version defines for Qtopia. More...

Macros

The version.h file contains the version defines for Qtopia. These defines can be used by application to work around differences between different Qtopia versions.


Macro Documentation

QPE_VERSION

String representation of the version.

This is a string representation of the version number. It is present in all versions of Qtopia.

    #define QPE_VERSION "4.3.0"

Note: This maro is deprecated and will be removed in a future release. Please use QTOPIA_VERSION and QTOPIA_VERSION_STR for applications targetting 4.3 and later.

QTOPIA_COMPATIBLE_VERSIONS

API compatibility define.

This define encodes the API compatibility that the package manager uses.

    #define QTOPIA_COMPATIBLE_VERSIONS "4.3.0-4.3.2"

QTOPIA_VERSION

Numerical representation of the version.

This is a numerical representation of the version number. It is present in Qtopia 4.3.0 and later versions.

    #define QTOPIA_VERSION 0x040300

QTOPIA_VERSION_STR

String representation of the version.

This is a string representation of the version number. It is present in Qtopia 4.3.0 and later versions.

    #define QTOPIA_VERSION_STR "4.3.0"


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3