#ifndef SNCMAIN_GLOBAL_H #define SNCMAIN_GLOBAL_H #include #if defined(SNCMAIN_LIBRARY) # define SNCMAINSHARED_EXPORT Q_DECL_EXPORT #else # define SNCMAINSHARED_EXPORT Q_DECL_IMPORT #endif #endif // SNCMAIN_GLOBAL_H