You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
216 B
C
13 lines
216 B
C
|
4 years ago
|
#ifndef _ALG_EG_GLOBAL_H_
|
||
|
|
#define _ALG_EG_GLOBAL_H_
|
||
|
|
|
||
|
|
#include <QtCore/qglobal.h>
|
||
|
|
|
||
|
|
#ifdef ALG_EG_LIB
|
||
|
|
# define ALG_EG_EXPORT Q_DECL_EXPORT
|
||
|
|
#else
|
||
|
|
# define ALG_EG_EXPORT Q_DECL_IMPORT
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif // _ALG_EG_GLOBAL_H_
|