14 lines
262 B
C
14 lines
262 B
C
#ifndef SYSTEMPCIESDK_GLOBAL_H
|
|
#define SYSTEMPCIESDK_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(SYSTEMPCIE_LIBRARY)
|
|
#define SYSTEMSDKSHARED_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
#define SYSTEMSDKSHARED_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
|
|
#endif // SYSTEMPCIESDK_GLOBAL_H
|