#pragma once #include #ifndef BUILD_STATIC # if defined(BASETOOLBOX_LIB) # define BASETOOLBOX_EXPORT Q_DECL_EXPORT # else # define BASETOOLBOX_EXPORT Q_DECL_IMPORT # endif #else # define BASETOOLBOX_EXPORT #endif