#pragma once #include <QtCore/qglobal.h> #if defined(MQTTCLIENT_LIBRARY) #define MQTTCLIENT_EXPORT Q_DECL_EXPORT #else #define MQTTCLIENT_EXPORT Q_DECL_IMPORT #endif