oopapidocs  2.0
filetagger_export.h
00001 #ifndef FILETAGGER_EXPORT
00002 
00003 #include <QtGlobal>
00004 /* This macro is only for building DLLs on windows. */
00005 
00006 #ifndef Q_OS_WIN
00007 #define FILETAGGER_EXPORT
00008 #elif defined(FILETAGGER_DLL)
00009 #define FILETAGGER_EXPORT Q_DECL_EXPORT
00010 #else
00011 #define FILETAGGER_EXPORT Q_DECL_IMPORT
00012 #endif
00013 #endif
 All Classes Namespaces Functions Enumerations