LAMPCAE/src/PythonModule/PythonModuleAPI.h

13 lines
232 B
C
Raw Normal View History

2023-05-08 06:32:41 +00:00
#ifndef PYTHONMODULEAPI_H
#define PYTHONMODULEAPI_H
#include <QtCore/QtGlobal>
#if defined(PYTHONMODULE_API)
#define PYTHONMODULEAPI Q_DECL_EXPORT
#else
#define PYTHONMODULEAPI Q_DECL_IMPORT
#endif
#endif // PYTHONMODULEAPI_H