QtBackgroundProcess
1.5.2
A Library to create background applications with simple, automated foreground control
src
backgroundprocess
qtbackgroundprocess_global.h
1
#ifndef QTBACKGROUNDPROCESS_GLOBAL_H
2
#define QTBACKGROUNDPROCESS_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(QT_BUILD_BACKGROUNDPROCESS_LIB)
7
# define Q_BACKGROUNDPROCESS_EXPORT Q_DECL_EXPORT
8
#else
9
# define Q_BACKGROUNDPROCESS_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // QBACKGROUNDPROCESS_GLOBAL_H
Generated on Thu Aug 24 2017 11:08:38 for QtBackgroundProcess by
1.8.13