iistaskpanel_global.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef IISTASKPANEL_GLOBAL_H
00009 #define IISTASKPANEL_GLOBAL_H
00010
00011 #include <qglobal.h>
00012
00013 #ifdef QIIS_STATICLIB
00014 # undef QIIS_SHAREDLIB
00015 # define IISTASKPANEL_EXPORT
00016 #else
00017 # ifdef QIIS_MAKEDLL
00018 # define IISTASKPANEL_EXPORT Q_DECL_EXPORT
00019 # else
00020 # define IISTASKPANEL_EXPORT Q_DECL_IMPORT
00021 # endif
00022 #endif
00023
00024 #endif // IISTASKPANEL_GLOBAL_H