00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef IRC_GLOBAL_H
00018 #define IRC_GLOBAL_H
00019
00020 #include <QtGlobal>
00021
00026 #if BUILD_IRC
00027 # define IRC_EXPORT Q_DECL_EXPORT
00028 #else
00029 # define IRC_EXPORT Q_DECL_IMPORT
00030 #endif // BUILD_IRC
00031
00048 #define IRC_VERSION 0x000302
00049
00058 #define IRC_VERSION_STR "0.3.2"
00059
00063 #ifndef QT_FORWARD_DECLARE_CLASS
00064 # define QT_FORWARD_DECLARE_CLASS(name) class name;
00065 #endif // QT_FORWARD_DECLARE_CLASS
00066
00067 #endif // IRC_GLOBAL_H