mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Create better version numbering for Windows
I don't think this will be a problem for the other OSs, but it needs a bit more testing, especially on the Mac. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0e0d6135af
commit
2b8043b82b
3 changed files with 23 additions and 7 deletions
|
@ -334,9 +334,9 @@ DEPLOYMENT_PLUGIN += iconengines/qsvgicon
|
|||
#DEPLOYMENT_PLUGIN += sqldrivers/qsqlite
|
||||
|
||||
# This information will go into the Windows .rc file and linked into the .exe
|
||||
QMAKE_TARGET_COMPANY = subsurface team
|
||||
QMAKE_TARGET_DESCRIPTION = subsurface dive log
|
||||
QMAKE_TARGET_COPYRIGHT = Linus Torvalds, Dirk Hohndel and others
|
||||
QMAKE_TARGET_COMPANY = Subsurface Team
|
||||
QMAKE_TARGET_DESCRIPTION = Subsurface Dive Log
|
||||
QMAKE_TARGET_COPYRIGHT = Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and others
|
||||
|
||||
# And this is the Mac Info.plist file
|
||||
# qmake automatically generates sed rules to replace:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue