#pragma once #include #if defined(ALARMRECOGNITION_LIBRARY) # define ALARMRECOGNITION_EXPORT Q_DECL_EXPORT #else # define ALARMRECOGNITION_EXPORT Q_DECL_IMPORT #endif