MythTV master
mythbaseexp.h
Go to the documentation of this file.
1#ifndef MYTHBASEEXP_H_
2#define MYTHBASEEXP_H_
3
4#include <QtGlobal>
5#ifdef MBASE_API
6# define MBASE_PUBLIC Q_DECL_EXPORT
7#else
8# define MBASE_PUBLIC Q_DECL_IMPORT
9#endif
10
11#endif // MYTHBASEEXP_H_