您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
123456789101112 |
- #ifndef EPIMAFIA_GLOBAL_H
- #define EPIMAFIA_GLOBAL_H
-
- #include <QtCore/qglobal.h>
-
- #if defined(EPIMAFIA_LIBRARY)
- # define EPIMAFIASHARED_EXPORT Q_DECL_EXPORT
- #else
- # define EPIMAFIASHARED_EXPORT Q_DECL_IMPORT
- #endif
-
- #endif // EPIMAFIA_GLOBAL_H
|