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 Mon Jul 6 2026 03:18:24 for MythTV by
1.9.4