#ifndef CAMP_GLOBAL_H #define CAMP_GLOBAL_H #include #if defined(CAMP_LIBRARY) # define CAMPSHARED_EXPORT Q_DECL_EXPORT #else # define CAMPSHARED_EXPORT Q_DECL_IMPORT #endif #endif // CAMP_GLOBAL_H