übernahme Code Shortcut
This commit is contained in:
12
CuteLogger/include/CuteLogger_global.h
Normal file
12
CuteLogger/include/CuteLogger_global.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CUTELOGGER_GLOBAL_H
|
||||
#define CUTELOGGER_GLOBAL_H
|
||||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#if defined(CUTELOGGER_LIBRARY)
|
||||
# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
|
||||
#endif // CUTELOGGER_GLOBAL_H
|
||||
Reference in New Issue
Block a user