#ifndef WCCAPI_EXPORT_H #define WCCAPI_EXPORT_H #include <QtCore/qglobal.h> #if defined(WCCAPI_LIBRARY) # define WCCAPI_EXPORT Q_DECL_EXPORT #else # define WCCAPI_EXPORT Q_DECL_IMPORT #endif #endif