MQTTClient_global.h 177 B

123456789
  1. #pragma once
  2. #include <QtCore/qglobal.h>
  3. #if defined(MQTTCLIENT_LIBRARY)
  4. #define MQTTCLIENT_EXPORT Q_DECL_EXPORT
  5. #else
  6. #define MQTTCLIENT_EXPORT Q_DECL_IMPORT
  7. #endif