#pragma once #include #if defined(REDISCLIENT_LIBRARY) #define REDISCLIENT_EXPORT Q_DECL_EXPORT #else #define REDISCLIENT_EXPORT Q_DECL_IMPORT #endif