rockbox/rbutil/rbutilqt/logger/CuteLogger_global.h

17 lines
335 B
C
Raw Normal View History

#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