1 2 3 4 5 6 7 8 9 10 11
#ifdef PLUGINBT_LIB # define PLUGINBT_EXPORT Q_DECL_EXPORT #else # define PLUGINBT_EXPORT Q_DECL_IMPORT #endif #ifdef PLUGINBTRENDER_LIB # define PLUGINBTRENDER_EXPORT Q_DECL_EXPORT #else # define PLUGINBTRENDER_EXPORT Q_DECL_IMPORT #endif