MythTV master
mythexp.h
Go to the documentation of this file.
1#ifndef MYTHEXP_H_
2#define MYTHEXP_H_
3
4#ifdef __cplusplus
5#include <QtCore/qglobal.h>
6
7#if defined(MYTH_API)
8# define MPUBLIC Q_DECL_EXPORT
9#else
10# define MPUBLIC Q_DECL_IMPORT
11#endif
12#endif /* __cplusplus */
13
14#endif /* MYTHEXP_H_ */