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