#ifndef LOGGER1_GLOBAL_H #define LOGGER1_GLOBAL_H #include <QtCore/qglobal.h> #if defined(LOGGER1_LIBRARY) # define LOGGER1_EXPORT Q_DECL_EXPORT #else # define LOGGER1_EXPORT Q_DECL_IMPORT #endif #endif // LOGGER1_GLOBAL_H