MythTV
master
mythtv
libs
libmythbase
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_
Generated on Sun Jan 5 2025 03:16:14 for MythTV by
1.8.17