aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/JsonExport/jsonexport_global.h
blob: ce8607864322ad3053c708badc73701ae4bc984a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef JSONEXPORT_GLOBAL_H
#define JSONEXPORT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(JSONEXPORT_LIBRARY)
#  define JSONEXPORTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define JSONEXPORTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // JSONEXPORT_GLOBAL_H