#ifndef EXCELLIB_GLOBAL_H #define EXCELLIB_GLOBAL_H #include #if defined(EXCELLIB_LIBRARY) # define EXCELLIBSHARED_EXPORT Q_DECL_EXPORT #else # define EXCELLIBSHARED_EXPORT Q_DECL_IMPORT #endif #endif // EXCELLIB_GLOBAL_H