#pragma once #include #ifndef BUILD_STATIC # if defined(LIBTOKEN_LIB) # define LIBTOKEN_EXPORT Q_DECL_EXPORT # else # define LIBTOKEN_EXPORT Q_DECL_IMPORT # endif #else # define LIBTOKEN_EXPORT #endif