-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply the InternalVersion patch too #94
- Loading branch information
Showing
3 changed files
with
37 additions
and
13 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 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- qtbase\qmake\generators\win32\winmakefile.cpp Mon Aug 26 04:04:06 2013 | ||
+++ qtbase\qmake\generators\win32\winmakefile.new Wed Oct 8 17:41:01 2014 | ||
@@ -465,6 +465,7 @@ | ||
--- ./qtbase/qmake/generators/win32/winmakefile.cpp 2020-10-27 19:02:11.000000000 +1100 | ||
+++ ./qtbase/qmake/generators/win32/winmakefile.new 2023-04-14 12:17:30.671308371 +1000 | ||
@@ -385,6 +385,7 @@ | ||
ts << "\t\t\t\tVALUE \"CompanyName\", \"" << companyName << "\\0\"\n"; | ||
ts << "\t\t\t\tVALUE \"FileDescription\", \"" << description << "\\0\"\n"; | ||
ts << "\t\t\t\tVALUE \"FileVersion\", \"" << versionString << "\\0\"\n"; | ||
+ ts << "\t\t\t\tVALUE \"InternalName\", \"Bipolar Hook 2\\0\"\n"; | ||
+ ts << "\t\t\t\tVALUE \"InternalName\", \"Bipolar Hook 3\\0\"\n"; | ||
ts << "\t\t\t\tVALUE \"LegalCopyright\", \"" << copyright << "\\0\"\n"; | ||
ts << "\t\t\t\tVALUE \"OriginalFilename\", \"" << originalName << "\\0\"\n"; | ||
ts << "\t\t\t\tVALUE \"ProductName\", \"" << productName << "\\0\"\n"; |