RestLink
2.2.0
Powerfull Rest Client for Qt
Loading...
Searching...
No Matches
src
lib
config.h
1
#ifndef RESTLINK_CONFIG_H
2
#define RESTLINK_CONFIG_H
3
4
#include <QtCore/qglobal.h>
5
6
#define RESTLINK_VERSION_MAJOR 2
7
#define RESTLINK_VERSION_MINOR 2
8
#define RESTLINK_VERSION_PATCH 0
9
#define RESTLINK_VERSION_STR "2.2.0"
10
#define RESTLINK_VERSION RESTLINK_VERSION_CHECK(RESTLINK_VERSION_MAJOR, RESTLINK_VERSION_MINOR, RESTLINK_VERSION_PATCH)
11
#define RESTLINK_VERSION_CHECK QT_VERSION_CHECK
12
13
#define RESTLINK_DEBUG QT_DEBUG
14
15
#define RESTLINK_PAGINATION_LIMIT 50
16
17
#endif
// RESTLINK_CONFIG_H
Generated by
1.9.8