ExistCpp
ExistCpp
ExistCpp_global.h
浏览该文件的文档.
1
#ifndef EXIST_QT_GLOBAL_H
2
#define EXIST_QT_GLOBAL_H
3
4
#include <QtCore/qglobal.h>
5
6
#if defined(EXISTQT_LIBRARY)
7
# define EXISTQTSHARED_EXPORT Q_DECL_EXPORT
8
#else
9
# define EXISTQTSHARED_EXPORT Q_DECL_IMPORT
10
#endif
11
12
#endif // XY_GLOBAL_H
制作者
1.8.13