-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make resource files for Windows actually work.
- Loading branch information
1 parent
03d0aa4
commit 0db7268
Showing
12 changed files
with
113 additions
and
70 deletions.
There are no files selected for viewing
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 was deleted.
Oops, something went wrong.
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,24 @@ | ||
1 VERSIONINFO | ||
FILEVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
PRODUCTVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
FILETYPE 2 //VFT_DLL | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
BEGIN | ||
VALUE "CompanyName", "Chris Xiong\0" | ||
VALUE "FileDescription", "QMidiPlayer extra MIDI format support plugin\0" | ||
VALUE "FileVersion", "@PROJECT_VERSION@\0" | ||
VALUE "InternalName", "@CURRENT_SUBPROJECT@\0" | ||
VALUE "LegalCopyright", "GPLv3 (Chris Xiong)" | ||
VALUE "OriginalFilename", "libmidifmt-plugin.dll\0" | ||
VALUE "ProductName", "QMidiPlayer extra MIDI format support plugin\0" | ||
VALUE "ProductVersion", "@PROJECT_VERSION@\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END |
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 was deleted.
Oops, something went wrong.
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,29 @@ | ||
#ifndef RT_MANIFEST | ||
#define RT_MANIFEST 24 | ||
#endif | ||
IDI_ICON1 ICON "../img/qmidiplayer.ico" | ||
1 VERSIONINFO | ||
FILEVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
PRODUCTVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
FILETYPE 1 //VFT_APP | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
BEGIN | ||
VALUE "CompanyName", "Chris Xiong\0" | ||
VALUE "FileDescription", "QMidiPlayer\0" | ||
VALUE "FileVersion", "@PROJECT_VERSION@\0" | ||
VALUE "InternalName", "@CURRENT_SUBPROJECT@\0" | ||
VALUE "LegalCopyright", "GPLv3 (Chris Xiong)" | ||
VALUE "OriginalFilename", "qmidiplayer.exe\0" | ||
VALUE "ProductName", "QMidiPlayer\0" | ||
VALUE "ProductVersion", "@PROJECT_VERSION@\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END | ||
1 RT_MANIFEST "qmidiplayer.exe.xml" |
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 was deleted.
Oops, something went wrong.
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,24 @@ | ||
1 VERSIONINFO | ||
FILEVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
PRODUCTVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
FILETYPE 2 //VFT_DLL | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
BEGIN | ||
VALUE "CompanyName", "Chris Xiong\0" | ||
VALUE "FileDescription", "QMidiPlayer simple visualization plugin\0" | ||
VALUE "FileVersion", "@PROJECT_VERSION@\0" | ||
VALUE "InternalName", "@CURRENT_SUBPROJECT@\0" | ||
VALUE "LegalCopyright", "GPLv3 (Chris Xiong)" | ||
VALUE "OriginalFilename", "libsimple-visualization.dll\0" | ||
VALUE "ProductName", "QMidiPlayer simple visualization plugin\0" | ||
VALUE "ProductVersion", "@PROJECT_VERSION@\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END |
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 was deleted.
Oops, something went wrong.
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,24 @@ | ||
1 VERSIONINFO | ||
FILEVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
PRODUCTVERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,0 | ||
FILETYPE 2 //VFT_DLL | ||
BEGIN | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "040904E4" | ||
BEGIN | ||
VALUE "CompanyName", "Chris Xiong\0" | ||
VALUE "FileDescription", "QMidiPlayer visualization plugin\0" | ||
VALUE "FileVersion", "@PROJECT_VERSION@\0" | ||
VALUE "InternalName", "@CURRENT_SUBPROJECT@\0" | ||
VALUE "LegalCopyright", "GPLv3 (Chris Xiong)" | ||
VALUE "OriginalFilename", "libvisualization.dll\0" | ||
VALUE "ProductName", "QMidiPlayer visualization plugin\0" | ||
VALUE "ProductVersion", "@PROJECT_VERSION@\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x409, 1200 | ||
END | ||
END |