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