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

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