QtWebKit/qwebkitglobal.h Source File
Go to the documentation of this file.
20 #ifndef QWEBKITGLOBAL_H
21 #define QWEBKITGLOBAL_H
25 #define QTWEBKIT_VERSION_STR "2.2.4"
27 #define QTWEBKIT_VERSION 0x020204
29 #define QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch))
31 #if defined(QT_MAKEDLL)
32 # if defined(BUILDING_WEBKIT)
33 # define QWEBKIT_EXPORT Q_DECL_EXPORT
35 # define QWEBKIT_EXPORT Q_DECL_IMPORT
38 # define QWEBKIT_EXPORT Q_DECL_IMPORT
41 #if !defined(QWEBKIT_EXPORT)
42 # if defined(QT_SHARED)
43 # define QWEBKIT_EXPORT Q_DECL_EXPORT
45 # define QWEBKIT_EXPORT
49 #endif // QWEBKITGLOBAL_H