summaryrefslogtreecommitdiffstats
path: root/Plugins/HtmlExport/htmlexport_global.h
blob: 02671c431b89f0411650e9ebbc24393f21aa4c1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef HTMLEXPORT_GLOBAL_H
#define HTMLEXPORT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(HTMLEXPORT_LIBRARY)
#  define HTMLEXPORTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define HTMLEXPORTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // HTMLEXPORT_GLOBAL_H