CuteLogger
Fast and simple logging solution for Qt based applications
CuteLogger
include
CuteLogger_global.h
1
#ifndef CUTELOGGER_GLOBAL_H
2
#define CUTELOGGER_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(QT_STATIC)
7
# define CUTELOGGERSHARED_EXPORT
8
#else
9
# if defined(CUTELOGGER_LIBRARY)
10
# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
11
# else
12
# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
13
# endif
14
#endif
15
16
#endif
// CUTELOGGER_GLOBAL_H
Generated on Tue Apr 6 2021 00:00:00 for CuteLogger by
1.9.1