theshell/UGlobalHotkey-master/uglobal.h
2016-03-17 19:46:40 +11:00

14 lines
293 B
C

#ifndef UGLOBAL_H
#define UGLOBAL_H
#include <QtCore/QtGlobal>
#if defined(UGLOBALHOTKEY_LIBRARY)
# define UGLOBALHOTKEY_EXPORT Q_DECL_EXPORT
#elif defined(UGLOBALHOTKEY_NOEXPORT)
# define UGLOBALHOTKEY_EXPORT
#else
# define UGLOBALHOTKEY_EXPORT Q_DECL_IMPORT
#endif
#endif // UGLOBAL_H