#pragma once #include #if defined(MQTTCLIENT_LIBRARY) #define MQTTCLIENT_EXPORT Q_DECL_EXPORT #else #define MQTTCLIENT_EXPORT Q_DECL_IMPORT #endif