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