#ifndef SNCREC_GLOBAL_H #define SNCREC_GLOBAL_H #include <QtCore/qglobal.h> #if defined(SNCREC_LIBRARY) # define SNCRECSHARED_EXPORT Q_DECL_EXPORT #else # define SNCRECSHARED_EXPORT Q_DECL_IMPORT #endif #endif // SNCREC_GLOBAL_H