1 Star 0 Fork 0

amwox/qsseditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qsseditor.rc 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
#include <winuser.h>
#include <winver.h>
#include <winnt.h>
#define stringify(v1) #v1
#define quote(v1) stringify(v1)
#define NVER NVER1.NVER2.NVER3
STRINGTABLE LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
BEGIN
1 "QSS Editor"quote(TARGET)"\0"
END
IDI_ICON1 ICON DISCARDABLE "images/qsseditor.ico"
1 VERSIONINFO
FILEVERSION NVER1, NVER2, NVER3, 0
PRODUCTVERSION NVER1, NVER2, NVER3, 0
FILEOS VOS_UNKNOWN
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "Comments", quote(TARGET) " helps you to create QSS styles for Qt applications."
VALUE "CompanyName", "Dmitry Baryshev"
VALUE "FileDescription", "QSS Editor"
VALUE "FileVersion", quote(NVER)
VALUE "InternalName", quote(TARGET)
VALUE "LegalCopyright", "(C) 2014 Dmitry Baryshev"
VALUE "ProductName", "QSS Editor"
VALUE "ProductVersion", quote(NVER)
VALUE "Builder", "Dmitry Baryshev"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/amwox/qsseditor.git
git@gitee.com:amwox/qsseditor.git
amwox
qsseditor
qsseditor
master

搜索帮助