win32 { contains(LIB_CONFIG,"staticlib") { DEFINES += IISTASKPANEL_LIB }}
#ifdef IISTASKPANEL_LIB# define IISTASKPANEL_EXPORT Q_DECL_EXPORT#else# define IISTASKPANEL_EXPORT Q_DECL_IMPORT#endif
win32:shared { DEFINES += IISTASKPANEL_LIB }
#ifdef Q_OS_WIN# ifdef IISTASKPANEL_LIB# define IISTASKPANEL_EXPORT Q_DECL_EXPORT# else# define IISTASKPANEL_EXPORT Q_DECL_IMPORT# endif#endif#ifndef IISTASKPANEL_EXPORT# define IISTASKPANEL_EXPORT#endif
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)# define Q_OS_WIN#endif