13 lines
280 B
C
Executable File
13 lines
280 B
C
Executable File
#ifndef XNUDPTESTSERVICE_GLOBAL_H
|
|
#define XNUDPTESTSERVICE_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(XNUDPTESTSERVICE_LIBRARY)
|
|
# define XNUDPTESTSERVICE_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define XNUDPTESTSERVICE_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // XNUDPTESTSERVICE_GLOBAL_H
|