Commit bc0bb746 by 刘帅

添加版本信息

parent 949ead29
......@@ -30,7 +30,6 @@ ui_*.h
qrc_*.cpp
Thumbs.db
*.res
*.rc
/.qmake.cache
/.qmake.stash
*.manifest
......
......@@ -79,3 +79,5 @@ FORMS += \
RESOURCES += \
res.qrc
RC_FILE += version.rc
#if defined(UNDER_CE)
#include <winbase.h>
#else
#include <winver.h>
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080404b0"
BEGIN
VALUE "CompanyName", "Freemud\0"
VALUE "FileDescription", "Freemud Coupon\0"
VALUE "FileVersion", "1.0.0.0\0"
VALUE "ProductVersion", "1.0.0.0\0"
VALUE "LegalCopyright", "Copyright (C) Freemud\0"
VALUE "LegalTrademarks", "Freemud\0"
VALUE "OriginalFilename", "qMcdCode.exe\0"
VALUE "ProductName", "Coupon\0"
VALUE "InternalName", "qMcdCode.exe\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment