summaryrefslogtreecommitdiffstats
path: root/src/qitemviewsglobal.h
blob: 770936c7bb093118c9ea27a46158ebb889289bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#ifndef QITEMVIEWSNGGLOBAL_H
#define QITEMVIEWSNGGLOBAL_H

#include <QtCore/qglobal.h>

#if defined(Q_OS_WIN)
#   if defined(QT_BUILD_ITEMVIEWS_LIB)
#       ifndef Q_ITEMVIEWSNG_EXPORT
#           define Q_ITEMVIEWSNG_EXPORT Q_DECL_EXPORT
#       endif
#   else
#       ifndef Q_ITEMVIEWSNG_EXPORT
#           define Q_ITEMVIEWSNG_EXPORT Q_DECL_IMPORT
#       endif
#   endif
#else
#       ifndef Q_ITEMVIEWSNG_EXPORT
#           define Q_ITEMVIEWSNG_EXPORT
#		endif
#endif

#endif //QITEMVIEWSNGGLOBAL_H