oopapidocs  2.0
docbook_export.h
00001 #ifndef DOCBOOK_EXPORT_H
00002 #define DOCBOOK_EXPORT_H
00003 
00004 
00005 #include <qglobal.h>
00006 /* This macro is only for building DLLs on windows. */
00007 
00008 #ifndef Q_OS_WIN
00009 #define DOCBOOK_EXPORT
00010 #elif defined(DOCBOOK_DLL)
00011 #define DOCBOOK_EXPORT Q_DECL_EXPORT
00012 #else
00013 #define DOCBOOK_EXPORT Q_DECL_IMPORT
00014 #endif
00015 
00016 
00017 #endif        //  #ifndef DOCBOOK_EXPORT_H
00018 
 All Classes Namespaces Functions Enumerations