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

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