00001 #ifndef TELEPHONY_GLOBAL_H
00002 #define TELEPHONY_GLOBAL_H
00003
00004 #include <QtCore/qglobal.h>
00005
00006 #if defined(XQTELEPHONY_LIBRARY)
00007 # define XQTELEPHONY_EXPORT Q_DECL_EXPORT
00008 #else
00009 # if defined(XQTELEPHONY_NO_LIBRARY)
00010 # define XQTELEPHONY_EXPORT
00011 # else
00012 # define XQTELEPHONY_EXPORT Q_DECL_IMPORT
00013 # endif
00014 #endif
00015
00016 #endif // TELEPHONY_GLOBAL_H