diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-10-29 12:51:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-29 13:01:26 -0700 |
commit | 2b8043b82b99b5fc7222b5a9e43e4de6d4233184 (patch) | |
tree | 8d0fa8b62610a7f31cd60ac09647d7567f1e942e /subsurface.pro | |
parent | 0e0d6135afb626480f85135cf1c16c1701105088 (diff) | |
download | subsurface-2b8043b82b99b5fc7222b5a9e43e4de6d4233184.tar.gz |
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>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subsurface.pro b/subsurface.pro index ce7d341ce..b7e5ec934 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -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: |