#pragma once #include #ifndef BUILD_STATIC # if defined(LIBSYNTAX_LIB) # define LIBSYNTAX_EXPORT Q_DECL_EXPORT # else # define LIBSYNTAX_EXPORT Q_DECL_IMPORT # endif #else # define LIBSYNTAX_EXPORT #endif