Servus
1.5.1
C++ network oriented utilities including a zeroconf implementation
Main Page
Related Pages
Classes
Files
File List
File Members
qt/api.h
Go to the documentation of this file.
1
// generated by CommonLibrary.cmake, do not edit.
2
8
#ifndef SERVUSQT_API_H
9
#define SERVUSQT_API_H
10
11
#include <
servus/defines.h
>
12
13
#if defined(_MSC_VER) || defined(__declspec)
14
# define SERVUSQT_DLLEXPORT __declspec(dllexport)
15
# define SERVUSQT_DLLIMPORT __declspec(dllimport)
16
#else // _MSC_VER
17
# define SERVUSQT_DLLEXPORT
18
# define SERVUSQT_DLLIMPORT
19
#endif // _MSC_VER
20
21
#if defined(SERVUSQT_STATIC)
22
# define SERVUSQT_API
23
#elif defined(SERVUSQT_SHARED)
24
# define SERVUSQT_API SERVUSQT_DLLEXPORT
25
#else
26
# define SERVUSQT_API SERVUSQT_DLLIMPORT
27
#endif
28
29
#if defined(SERVUSQT_SHARED_INL)
30
# define SERVUSQT_INL SERVUSQT_DLLEXPORT
31
#else
32
# define SERVUSQT_INL SERVUSQT_DLLIMPORT
33
#endif
34
35
#endif
defines.h
Includes compile-time defines of Servus.
install
include
servus
qt
api.h
Generated on Wed May 24 2017 03:07:00 for Servus by
1.8.11