12 lines
267 B
C
12 lines
267 B
C
#ifndef SCSTWLIBRARIES_GLOBAL_H
|
|
#define SCSTWLIBRARIES_GLOBAL_H
|
|
|
|
#include <QtCore/qglobal.h>
|
|
|
|
#if defined(SCSTWLIBRARIES_LIBRARY)
|
|
# define SCSTWLIBRARIES_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
# define SCSTWLIBRARIES_EXPORT Q_DECL_IMPORT
|
|
#endif
|
|
|
|
#endif // SCSTWCLIENT_GLOBAL_H
|