aboutsummaryrefslogtreecommitdiffstats
path: root/src/aglextras/aglextrasglobal.h
blob: 24f23b7f90c8719fee708423a73f6246f637e5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef AGLEXTRASGLOBAL_H
#define AGLEXTRASGLOBAL_H

#include <QtCore/qglobal.h>

QT_BEGIN_NAMESPACE

#ifndef QT_STATIC
#if defined (QT_BUILD_AGLEXTRAS_LIB)
#define AGLEXTRAS_EXPORT Q_DECL_EXPORT
#else
#define AGLEXTRAS_EXPORT Q_DECL_IMPORT
#endif
#else
#define AGLEXTRAS_EXPORT
#endif

QT_END_NAMESPACE

#endif // AGLEXTRASGLOBAL_H