summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/logger/include/CuteLogger_global.h
blob: c5e7680845f484ded4ada18d3e78f0f8d707ba41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CUTELOGGER_GLOBAL_H
#define CUTELOGGER_GLOBAL_H

#include <QtCore/qglobal.h>

#if !defined(CUTELOGGER_STATIC)
#if defined(CUTELOGGER_LIBRARY)
#  define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
#else
#  define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
#endif
#else
#define CUTELOGGERSHARED_EXPORT
#endif

#endif // CUTELOGGER_GLOBAL_H