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

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