File indexing completed on 2024-04-28 05:37:24

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