summaryrefslogtreecommitdiffstats
path: root/Plugins/ScriptingPython/scriptingpython_global.h
blob: 63c42e0d8a7763fe53447b244374f14813ef672c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SCRIPTINGPYTHON_GLOBAL_H
#define SCRIPTINGPYTHON_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(SCRIPTINGPYTHON_LIBRARY)
#  define SCRIPTINGPYTHONSHARED_EXPORT Q_DECL_EXPORT
#else
#  define SCRIPTINGPYTHONSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // SCRIPTINGPYTHON_GLOBAL_H