00001 #ifndef UTILITY_GLOBAL_H 00002 #define UTILITY_GLOBAL_H 00003 00004 #include <QtCore/qglobal.h> 00005 00006 #if defined(UTILITY_LIBRARY) 00007 # define UTILITYSHARED_EXPORT Q_DECL_EXPORT 00008 #else 00009 # define UTILITYSHARED_EXPORT Q_DECL_IMPORT 00010 #endif 00011 00012 #endif // UTILITY_GLOBAL_H