#ifndef BASECPPLIBRARYAPI_H #define BASECPPLIBRARYAPI_H #include #ifdef BASECPPLIBRARY_API #define BASECPPLIBRARYAPI Q_DECL_EXPORT #else #define BASECPPLIBRARYAPI Q_DECL_IMPORT #endif #endif // PYTHONMODULEAPI_H