aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/RegExpImport/regexpimport_global.h
blob: c09b7426e87bb855c62ea2d0341e84df06d0060f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef REGEXPIMPORT_GLOBAL_H
#define REGEXPIMPORT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(REGEXPIMPORT_LIBRARY)
#  define REGEXPIMPORTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define REGEXPIMPORTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // REGEXPIMPORT_GLOBAL_H