#ifndef SCRIPT_GLOBAL_H #define SCRIPT_GLOBAL_H #include #if defined(SCRIPT_LIBRARY) # define SCRIPT_EXPORT Q_DECL_EXPORT #else # define SCRIPT_EXPORT Q_DECL_IMPORT #endif #endif // SCRIPT_GLOBAL_H