diff options
Diffstat (limited to 'qtmips_machine/qtmips_machine_global.h')
-rw-r--r-- | qtmips_machine/qtmips_machine_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qtmips_machine/qtmips_machine_global.h b/qtmips_machine/qtmips_machine_global.h new file mode 100644 index 0000000..14cb0ac --- /dev/null +++ b/qtmips_machine/qtmips_machine_global.h @@ -0,0 +1,12 @@ +#ifndef QTMIPS_MACHINE_GLOBAL_H +#define QTMIPS_MACHINE_GLOBAL_H + +#include <QtCore/qglobal.h> + +#if defined(QTMIPS_MACHINE_LIBRARY) +# define QTMIPS_MACHINESHARED_EXPORT Q_DECL_EXPORT +#else +# define QTMIPS_MACHINESHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // QTMIPS_MACHINE_GLOBAL_H |