qtss_global.h 234 Bytes
#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