QtNovelUI/libSplitView/libSplitView_Global.h

14 lines
235 B
C
Raw Permalink Normal View History

2024-02-10 07:19:55 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(SPLITVIEW_LIBRARY)
# define SPLITVIEW_EXPORT Q_DECL_EXPORT
# else
# define SPLITVIEW_EXPORT Q_DECL_IMPORT
# endif
#else
# define LIBSPLITVIEW_EXPORT
#endif