Go to the documentation of this file.
5 #include <QtCore/qglobal.h>
7 #if defined(MYTH_API) || defined(MPLUGIN_API)
8 # define MPUBLIC Q_DECL_EXPORT
10 # define MPUBLIC Q_DECL_IMPORT
14 #if ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 2)))
15 # define MDEPRECATED __attribute__((deprecated))