KanoopProtocolQt 1.2.3
Qt HTTP operations and MQTT client library
Loading...
Searching...
No Matches
kanoopprotocol.h
1#ifndef KANOOPPROTOCOL_H
2#define KANOOPPROTOCOL_H
3#include <Qt>
4
5/** @brief Export macro for the KanoopProtocol shared library. */
6#ifdef KANOOP_PROTOCOL_LIBRARY
7#define LIBKANOOPPROTOCOL_EXPORT Q_DECL_EXPORT
8#else
9#define LIBKANOOPPROTOCOL_EXPORT Q_DECL_IMPORT
10#endif
11
12#endif // KANOOPPROTOCOL_H