00001
00023 #ifndef _TelepathyQt_global_h_HEADER_GUARD_
00024 #define _TelepathyQt_global_h_HEADER_GUARD_
00025
00026 #ifndef IN_TP_QT_HEADER
00027 #error IN_TP_QT_HEADER
00028 #endif
00029
00030 #include <QtGlobal>
00031
00032 #ifdef BUILDING_TP_QT
00033 # define TP_QT_EXPORT Q_DECL_EXPORT
00034 #else
00035 # define TP_QT_EXPORT Q_DECL_IMPORT
00036 #endif
00037
00038 #if !defined(Q_OS_WIN) && defined(QT_VISIBILITY_AVAILABLE)
00039 # define TP_QT_NO_EXPORT __attribute__((visibility("hidden")))
00040 #endif
00041
00042 #ifndef TP_QT_NO_EXPORT
00043 # define TP_QT_NO_EXPORT
00044 #endif
00045
00098 #ifndef TP_QT_DEPRECATED
00099 # ifdef TP_QT_DEPRECATED_WARNINGS
00100 # ifdef BUILDING_TP_QT
00101 # define TP_QT_DEPRECATED
00102 # else
00103 # define TP_QT_DEPRECATED Q_DECL_DEPRECATED
00104 # endif
00105 # else
00106 # define TP_QT_DEPRECATED
00107 # endif
00108 #endif
00109
00135 #ifndef TP_QT_EXPORT_DEPRECATED
00136 # define TP_QT_EXPORT_DEPRECATED TP_QT_DEPRECATED TP_QT_EXPORT
00137 #endif
00138
00139 #endif