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