#ifndef COCKPITGLOBAL_H #define COCKPITGLOBAL_H #include #ifdef QtCockpit #if defined(COCKPIT_LIBRARY) # define COCKPITSHARED_EXPORT Q_DECL_EXPORT #else # define COCKPITSHARED_EXPORT Q_DECL_IMPORT #endif #endif #endif // COPKITGLOBAL_H