#ifndef EETCPP_GLOBAL_H #define EETCPP_GLOBAL_H #include #if defined(EETCPP_LIBRARY) # define EETCPPSHARED_EXPORT Q_DECL_EXPORT #else # define EETCPPSHARED_EXPORT Q_DECL_IMPORT #endif #endif // EETCPP_GLOBAL_H