QtRestClient  3.0.0
A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
qtrestclientauth_global.h
1 #ifndef QTRESTCLIENTAUTH_GLOBAL_H
2 #define QTRESTCLIENTAUTH_GLOBAL_H
3 
4 #include <QtCore/qglobal.h>
5 
6 #ifndef QT_STATIC
7 # if defined(QT_BUILD_RESTCLIENTAUTH_LIB)
8 # define Q_RESTCLIENTAUTH_EXPORT Q_DECL_EXPORT
9 # else
10 # define Q_RESTCLIENTAUTH_EXPORT Q_DECL_IMPORT
11 # endif
12 #else
13 # define Q_RESTCLIENTAUTH_EXPORT
14 #endif
15 
16 #endif // QTRESTCLIENTAUTH_GLOBAL_H