#pragma once #include <QtCore/QGlobal.h> #if defined(ALARMRECOGNITION_LIBRARY) # define ALARMRECOGNITION_EXPORT Q_DECL_EXPORT #else # define ALARMRECOGNITION_EXPORT Q_DECL_IMPORT #endif