#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