#ifndef NMGUI_GLOBAL_H #define NMGUI_GLOBAL_H #include #if defined(NM_GUI_LIBRARY) #define NM_GUI_EXPORT Q_DECL_EXPORT #else #define NM_GUI_EXPORT Q_DECL_IMPORT #endif #endif // NMGUI_GLOBAL_H