MythTV master
mythpluginexport.h
Go to the documentation of this file.
1#ifndef MYTH_PLUGIN_EXPORT_H_
2#define MYTH_PLUGIN_EXPORT_H_
3
4#include <QtGlobal>
5
6#ifdef MPLUGIN_API
7# define MPLUGIN_PUBLIC Q_DECL_EXPORT
8#else
9# define MPLUGIN_PUBLIC Q_DECL_IMPORT
10#endif
11
12#endif // MYTH_PLUGIN_EXPORT_H_