#pragma once #include <QtCore/QGlobal.h> #if defined(REDISAGENT_LIBRARY) # define REDISAGENT_EXPORT Q_DECL_EXPORT #else # define REDISAGENT_EXPORT Q_DECL_IMPORT #endif