#pragma once #include #if defined(X_GUI_CONFIGBASE_LIBRARY) # define X_GUI_CONFIGBASE_EXPORT Q_DECL_EXPORT #else # define X_GUI_CONFIGBASE_EXPORT Q_DECL_IMPORT #endif