aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/XmlExport/xmlexport_global.h
blob: fb1f244755989142947e7814496e4572cdcfecaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef XMLEXPORT_GLOBAL_H
#define XMLEXPORT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(XMLEXPORT_LIBRARY)
#  define XMLEXPORTSHARED_EXPORT Q_DECL_EXPORT
#else
#  define XMLEXPORTSHARED_EXPORT Q_DECL_IMPORT
#endif

#endif // XMLEXPORT_GLOBAL_H