aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libparser/include/diceparser_qobject/diceparser_qobject_global.h
blob: ea4972760dbd25fdced15e5f56565c930eb74adf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef DICEPARSER_QOBJECT_GLOBAL_H
#define DICEPARSER_QOBJECT_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(DICEPARSER_QOBJECT_LIBRARY)
#define DICEPARSER_QOBJECT_EXPORT Q_DECL_EXPORT
#else
#define DICEPARSER_QOBJECT_EXPORT Q_DECL_IMPORT
#endif
#endif // DICEPARSER_QOBJECT_GLOBAL_H