#ifndef SPLITPANEL_GLOBAL_H #define SPLITPANEL_GLOBAL_H #include #if defined(SPLITVIEW_LIBRARY) # define SPLITVIEW_EXPORT Q_DECL_EXPORT #else # define SPLITVIEW_EXPORT Q_DECL_IMPORT #endif #endif // SPLITPANEL_GLOBAL_H