00001
00023 #ifndef _TelepathyQt4_Farsight_global_h_HEADER_GUARD_
00024 #define _TelepathyQt4_Farsight_global_h_HEADER_GUARD_
00025
00026 #ifndef IN_TELEPATHY_QT4_HEADER
00027 #error IN_TELEPATHY_QT4_HEADER
00028 #endif
00029
00030 #include <QtGlobal>
00031
00032 #ifdef BUILDING_TELEPATHY_QT4_FARSIGHT
00033 # define TELEPATHY_QT4_FS_EXPORT Q_DECL_EXPORT
00034 #else
00035 # define TELEPATHY_QT4_FS_EXPORT Q_DECL_IMPORT
00036 #endif
00037
00038 #if !defined(Q_OS_WIN) && defined(QT_VISIBILITY_AVAILABLE)
00039 # define TELEPATHY_QT4_FS_NO_EXPORT __attribute__((visibility("hidden")))
00040 #endif
00041
00042 #ifndef TELEPATHY_QT4_FS_NO_EXPORT
00043 # define TELEPATHY_QT4_FS_NO_EXPORT
00044 #endif
00045
00046 #endif