the-libs/the-libs_global.h

13 lines
240 B
C
Raw Normal View History

2016-12-30 22:27:55 +11:00
#ifndef THELIBS_GLOBAL_H
#define THELIBS_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(THELIBS_LIBRARY)
# define THELIBSSHARED_EXPORT Q_DECL_EXPORT
#else
# define THELIBSSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // THELIBS_GLOBAL_H