File indexing completed on 2024-05-12 05:40:46

0001 #ifndef UTIL_GLOBAL_H
0002 #define UTIL_GLOBAL_H
0003 
0004 #include <QtCore/qglobal.h>
0005 
0006 #if defined(UTILS_LIBRARY)
0007 #define UTILS_EXPORT Q_DECL_EXPORT
0008 #else
0009 #define UTILS_EXPORT Q_DECL_IMPORT
0010 #endif
0011 #endif // UTIL_GLOBAL_H