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