qtss_global.h 234 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef QTSS_GLOBAL_H #define QTSS_GLOBAL_H #include <QtCore/qglobal.h> #if defined(QTSS_LIBRARY) # define QTSSSHARED_EXPORT Q_DECL_EXPORT #else # define QTSSSHARED_EXPORT Q_DECL_IMPORT #endif #endif // QTSS_GLOBAL_H