#ifndef LIBS_GLOBAL_H #define LIBS_GLOBAL_H #include #if defined(LIBS_LIBRARY) # define LIBS_EXPORT Q_DECL_EXPORT #else # define LIBS_EXPORT Q_DECL_IMPORT #endif #endif