Home · Modules · All Classes · All Namespaces
telepathy-qt/TelepathyQt/Farstream/global.h
1 
22 #ifndef _TelepathyQt_Farstream_global_h_HEADER_GUARD_
23 #define _TelepathyQt_Farstream_global_h_HEADER_GUARD_
24 
25 #ifndef IN_TP_QT_FARSTREAM_HEADER
26 #error IN_TP_QT_FARSTREAM_HEADER
27 #endif
28 
29 #include <QtGlobal>
30 
31 #ifdef BUILDING_TP_QT_FARSTREAM
32 # define TP_QT_FS_EXPORT Q_DECL_EXPORT
33 #else
34 # define TP_QT_FS_EXPORT Q_DECL_IMPORT
35 #endif
36 
37 #if !defined(Q_OS_WIN) && defined(QT_VISIBILITY_AVAILABLE)
38 # define TP_QT_FS_NO_EXPORT __attribute__((visibility("hidden")))
39 #endif
40 
41 #ifndef TP_QT_FS_NO_EXPORT
42 # define TP_QT_FS_NO_EXPORT
43 #endif
44 
45 #endif