15 lines
282 B
C++
15 lines
282 B
C++
#ifndef QXREDIS_CONFIG_HPP_
|
|
#define QXREDIS_CONFIG_HPP_
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
// #if defined( qredis_EXPORTS )
|
|
#define QXREDIS_EXPORT Q_DECL_EXPORT
|
|
// #else
|
|
// #define QXREDIS_EXPORT Q_DECL_IMPORT
|
|
// #endif
|
|
|
|
#include "config_flags.hpp"
|
|
|
|
#endif // QXREDIS_CONFIG_HPP_
|