QtNovelUI/SplitView/SplitView_global.h

13 lines
240 B
C
Raw Normal View History

2023-08-20 17:22:48 +00:00
#ifndef SPLITVIEW_GLOBAL_H
#define SPLITVIEW_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(SPLITVIEW_LIBRARY)
# define SPLITVIEW_EXPORT Q_DECL_EXPORT
#else
# define SPLITVIEW_EXPORT Q_DECL_IMPORT
#endif
#endif // SPLITVIEW_GLOBAL_H