phonon/phonon_export.h Source File
Go to the documentation of this file.
22 #ifndef PHONON_EXPORT_H
23 #define PHONON_EXPORT_H
25 #include <QtCore/QtGlobal>
29 # ifdef MAKE_PHONON_LIB
30 # define PHONON_EXPORT Q_DECL_EXPORT
32 # define PHONON_EXPORT Q_DECL_IMPORT
35 # ifdef MAKE_PHONON_LIB
36 # define PHONON_EXPORT Q_DECL_EXPORT
38 # define PHONON_EXPORT Q_DECL_IMPORT
43 #ifndef PHONON_EXPORT_DEPRECATED
44 # define PHONON_EXPORT_DEPRECATED Q_DECL_DEPRECATED PHONON_EXPORT
48 #ifndef QT_BEGIN_NAMESPACE
49 # define QT_BEGIN_NAMESPACE
51 #ifndef QT_END_NAMESPACE
52 # define QT_END_NAMESPACE
#define QT_BEGIN_NAMESPACE