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