#ifndef _FITKGeoCompOCC_API_API_H_ #define _FITKGeoCompOCC_API_API_H_ #include #if defined(FITKGeoCompOCC_API) #define FITKGeoCompOCCAPI Q_DECL_EXPORT #else #define FITKGeoCompOCCAPI Q_DECL_IMPORT #endif #endif