mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
24 lines
1.1 KiB
C
24 lines
1.1 KiB
C
#ifndef QQTVERSION_H
|
|
#define QQTVERSION_H
|
|
|
|
#define VER_FILEVERSION ${VER_FILEVERSION} //文件版本
|
|
#define VER_FILEVERSION_STR "${VER_FILEVERSION_STR}"
|
|
|
|
#define VER_PRODUCTVERSION ${VER_PRODUCTVERSION} //产品版本
|
|
#define VER_PRODUCTVERSION_MAJOR ${VER_PRODUCTVERSION_MAJOR}
|
|
#define VER_PRODUCTVERSION_STR "${VER_PRODUCTVERSION_STR}" //产品版本
|
|
#define VER_PRODUCTVERSION_MAJOR_STR "${VER_PRODUCTVERSION_MAJOR_STR}"
|
|
|
|
#define VER_COMPANYNAME_STR "${VER_COMPANYNAME_STR}"
|
|
#define VER_FILEDESCRIPTION_STR "${VER_FILEDESCRIPTION_STR}" //文件说明
|
|
#define VER_INTERNALNAME_STR "${VER_INTERNALNAME_STR}"
|
|
#define VER_LEGALCOPYRIGHT_STR "${VER_LEGALCOPYRIGHT_STR}" //版权
|
|
#define VER_LEGALTRADEMARKS1_STR "${VER_LEGALTRADEMARKS1_STR}"
|
|
#define VER_LEGALTRADEMARKS2_STR "${VER_LEGALTRADEMARKS2_STR}"
|
|
#define VER_ORIGINALFILENAME_STR "${VER_ORIGINALFILENAME_STR}" //原始文件名
|
|
#define VER_PRODUCTNAME_STR "${VER_PRODUCTNAME_STR}" //产品名称
|
|
|
|
#define VER_COMPANYDOMAIN_STR "${VER_COMPANYDOMAIN_STR}"
|
|
|
|
#endif // QQTVERSION_H
|