QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
QEverCloud
headers
export.h
Go to the documentation of this file.
1
9
#ifndef QEVERCLOUD_EXPORT_H
10
#define QEVERCLOUD_EXPORT_H
11
12
#include <QtCore/QtGlobal>
13
14
#if defined(QEVERCLOUD_SHARED_LIBRARY)
15
# define QEVERCLOUD_EXPORT Q_DECL_EXPORT
16
#elif defined(QEVERCLOUD_STATIC_LIBRARY)
17
# define QEVERCLOUD_EXPORT Q_DECL_EXPORT
18
#else
19
# define QEVERCLOUD_EXPORT Q_DECL_IMPORT
20
#endif
21
22
#endif // QEVERCLOUD_EXPORT_H
Generated on Fri Jun 22 2018 13:53:19 for QEverCloud by
1.8.13