-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#4 qmake project defs + app description/icon
- Loading branch information
Jack Davis
committed
Mar 8, 2020
1 parent
c77b547
commit 6036e33
Showing
3 changed files
with
89 additions
and
22 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#include <windows.h> | ||
|
||
IDI_ICON1 ICON DISCARDABLE "C:\\Users\\jd\\Desktop\\tfc-project\\ui_qt5\\tfctrl.ico" | ||
|
||
VS_VERSION_INFO VERSIONINFO | ||
FILEVERSION 0,1,0,0 | ||
PRODUCTVERSION 0,1,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 "040904b0" | ||
BEGIN | ||
VALUE "CompanyName", "mstrthealias\0" | ||
VALUE "FileDescription", "Teensy Fan Controller configuration UI (tfctrl)\0" | ||
VALUE "FileVersion", "0.1.0.0\0" | ||
VALUE "LegalCopyright", "\251 2020 Jack Davis\0" | ||
VALUE "OriginalFilename", "tfctrl.exe\0" | ||
VALUE "ProductName", "Teensy Fan Controller\0" | ||
VALUE "ProductVersion", "0.1.0.0\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0409, 1200 | ||
END | ||
END | ||
/* End of Version info */ | ||
|