Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The version.h file contains the version defines for Qtopia. More...
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.
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.
API compatibility define.
This define encodes the API compatibility that the package manager uses.
#define QTOPIA_COMPATIBLE_VERSIONS "4.3.0-4.3.2"
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
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 |