QtDataSync
4.2.0
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices
src
datasyncandroid
qtdatasyncandroid_global.h
1
#ifndef QTDATASYNCANDROID_GLOBAL_H
2
#define QTDATASYNCANDROID_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(QT_BUILD_DATASYNCANDROID_LIB)
7
# define Q_DATASYNCANDROID_EXPORT Q_DECL_EXPORT
8
#else
9
# define Q_DATASYNCANDROID_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // QTDATASYNCANDROID_GLOBAL_H
Generated on Sat Nov 17 2018 11:30:53 for QtDataSync by
1.8.14