#ifndef SWITCHBUTTON_GLOBAL_H #define SWITCHBUTTON_GLOBAL_H #include #if defined(SWITCHBUTTON_LIBRARY) # define SWITCHBUTTON_EXPORT Q_DECL_EXPORT #else # define SWITCHBUTTON_EXPORT Q_DECL_IMPORT #endif #endif // SWITCHBUTTON_GLOBAL_H