Go to the documentation of this file.
22#ifndef SOPRANO_EXPORT_H
23#define SOPRANO_EXPORT_H
26#include <QtCore/QtGlobal>
29# if defined(SOPRANO_STATIC_LIBS)
31# define SOPRANO_EXPORT
32# elif defined(MAKE_SOPRANO_LIB)
34# define SOPRANO_EXPORT Q_DECL_EXPORT
37# define SOPRANO_EXPORT Q_DECL_IMPORT
41#ifndef SOPRANO_SERVER_EXPORT
42# if defined(SOPRANO_STATIC_LIBS)
44# define SOPRANO_SERVER_EXPORT
45# elif defined(MAKE_SOPRANO_SERVER_LIB)
47# define SOPRANO_SERVER_EXPORT Q_DECL_EXPORT
50# define SOPRANO_SERVER_EXPORT Q_DECL_IMPORT
54#ifndef SOPRANO_CLIENT_EXPORT
55# if defined(SOPRANO_STATIC_LIBS)
57# define SOPRANO_CLIENT_EXPORT
58# elif defined(MAKE_SOPRANO_CLIENT_LIB)
60# define SOPRANO_CLIENT_EXPORT Q_DECL_EXPORT
63# define SOPRANO_CLIENT_EXPORT Q_DECL_IMPORT
67#ifndef SOPRANO_INDEX_EXPORT
68# if defined(MAKE_SOPRANO_INDEX_LIB)
70# define SOPRANO_INDEX_EXPORT Q_DECL_EXPORT
73# define SOPRANO_INDEX_EXPORT Q_DECL_IMPORT