1
0
Fork 0
This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
dtux__zigateplugin/zigatebackend_global.h

13 lines
264 B
C

#ifndef ZIGATEBACKEND_GLOBAL_H
#define ZIGATEBACKEND_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(ZIGATEBACKEND_LIBRARY)
# define ZIGATEBACKEND_EXPORT Q_DECL_EXPORT
#else
# define ZIGATEBACKEND_EXPORT Q_DECL_IMPORT
#endif
#endif // ZIGATEBACKEND_GLOBAL_H