QEverCloud  6.1.0
Unofficial Evernote Cloud API for Qt
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