Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
pythonapi_global.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/qglobal.h>
4
5#ifndef BUILD_STATIC
6# if defined(PYTHONAPI_LIB)
7# define PYTHONAPI_EXPORT Q_DECL_EXPORT
8# else
9# define PYTHONAPI_EXPORT Q_DECL_IMPORT
10# endif
11#else
12# define PYTHONAPI_EXPORT
13#endif