#pragma once #include #if defined(I_GUI_RIBBON_LIBRARY) # define I_GUI_RIBBON_EXPORT Q_DECL_EXPORT #else # define I_GUI_RIBBON_EXPORT Q_DECL_IMPORT #endif