1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
LibQQt/test/QQtMultiLinkTest/QQtBasedLibTest/qqtbasedlibtest_global.h
2018-05-26 14:49:18 +08:00

15 lines
375 B
C

#ifndef QQTBASEDLIBTEST_GLOBAL_H
#define QQTBASEDLIBTEST_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QQTBASEDLIBTEST_LIBRARY)
# define QQTBASEDLIBTESTSHARED_EXPORT Q_DECL_EXPORT
#elif defined (QQTBASEDLIBTEST_STATIC_LIBRARY)
#define QQTBASEDLIBTESTSHARED_EXPORT
#else
# define QQTBASEDLIBTESTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // QQTBASEDLIBTEST_GLOBAL_H