1 2 3 4 5 6 7 8 9 10 11 12
#ifndef SOWATCH_GLOBAL_H #define SOWATCH_GLOBAL_H #include <QtCore/qglobal.h> #if defined(SOWATCH_LIBRARY) # define SOWATCH_EXPORT Q_DECL_EXPORT #else # define SOWATCH_EXPORT Q_DECL_IMPORT #endif #endif // SOWATCH_GLOBAL_H