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