aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/include/diceparser/diceparser_global.h
blob: 47829cc46ddc39eb797385b7de540a9f3ec97c11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DICEPARSER_GLOBAL_H
#define DICEPARSER_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(DICEPARSER_LIBRARY)
#define DICEPARSER_EXPORT Q_DECL_EXPORT
#else
#define DICEPARSER_EXPORT Q_DECL_IMPORT
#endif
#endif // DICEPARSER_GLOBAL_H