#ifndef CORE_H #define CORE_H #include "core_global.h" class CORESHARED_EXPORT Core { public: Core(); }; #endif // CORE_H