#pragma once #include #if defined(X_GUI_CONFIG_LIBRARY) # define X_GUI_CONFIG_EXPORT Q_DECL_EXPORT #else # define X_GUI_CONFIG_EXPORT Q_DECL_IMPORT #endif