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