#pragma once #include #ifndef BUILD_STATIC # if defined(SIMSBASIC_LIB) # define SIMSBASIC_EXPORT Q_DECL_EXPORT # else # define SIMSBASIC_EXPORT Q_DECL_IMPORT # endif #else # define SIMSBASIC_EXPORT #endif