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