aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmips_machine_global.h
blob: 14cb0ac272a2b883f9d01f9056171022c9cca4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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