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 Wed Oct 1 2025 21:05:29 for MythTV by
1.9.4