QtAutoUpdater
3.0.0
A Qt library to automatically check for updates and install them
src
autoupdatercore
qtautoupdatercore_global.h
1
#ifndef QTAUTOUPDATERCORE_GLOBAL_H
2
#define QTAUTOUPDATERCORE_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#ifndef QT_STATIC
7
# if defined(QT_BUILD_AUTOUPDATERCORE_LIB)
8
# define Q_AUTOUPDATERCORE_EXPORT Q_DECL_EXPORT
9
# else
10
# define Q_AUTOUPDATERCORE_EXPORT Q_DECL_IMPORT
11
# endif
12
#else
13
# define Q_AUTOUPDATERCORE_EXPORT
14
#endif
15
16
#endif // QTAUTOUPDATERCORE_GLOBAL_H
Generated on Tue Dec 3 2019 08:49:19 for QtAutoUpdater by
1.8.16