#pragma once #include #ifndef BUILD_STATIC # if defined(ENTITYCAMERA_LIB) # define ENTITYCAMERA_EXPORT Q_DECL_EXPORT # else # define ENTITYCAMERA_EXPORT Q_DECL_IMPORT # endif #else # define ENTITYCAMERA_EXPORT #endif