#pragma once #include #ifndef BUILD_STATIC # if defined(STANDARDGLOBE_LIB) # define STANDARDGLOBE_EXPORT Q_DECL_EXPORT # else # define STANDARDGLOBE_EXPORT Q_DECL_IMPORT # endif #else # define STANDARDGLOBE_EXPORT #endif