#pragma once #include #ifndef BUILD_STATIC # if defined(LIBWORDS_LIB) # define LIBWORDS_EXPORT Q_DECL_EXPORT # else # define LIBWORDS_EXPORT Q_DECL_IMPORT # endif #else # define LIBWORDS_EXPORT #endif