#pragma once #include #if defined(REDISAGENT_LIBRARY) # define REDISAGENT_EXPORT Q_DECL_EXPORT #else # define REDISAGENT_EXPORT Q_DECL_IMPORT #endif