diff options
Diffstat (limited to 'include/diceparser/diceparser_global.h')
| -rw-r--r-- | include/diceparser/diceparser_global.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/diceparser/diceparser_global.h b/include/diceparser/diceparser_global.h deleted file mode 100644 index 47829cc..0000000 --- a/include/diceparser/diceparser_global.h +++ /dev/null @@ -1,11 +0,0 @@ -#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 |