#ifndef GUI_GLOBAL_H #define GUI_GLOBAL_H #include #if defined(GTL_GUI_LIB) # define GTL_GUI_EXPORT Q_DECL_EXPORT #else # define GTL_GUI_EXPORT Q_DECL_IMPORT #endif #endif // GUI_GLOBAL_H