1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-26 19:19:16 +02:00

Program version now defined in the project file

This commit is contained in:
2016-04-30 09:44:28 +02:00
parent 1323f6ead8
commit 5daacc0a22
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,5 @@
TARGET = GPXSee
VERSION = 2.13
QT += core \
gui \
network
@ -72,4 +73,5 @@ macx {
ICON = icons/gpxsee.icns
QMAKE_INFO_PLIST = Info.plist
}
win32:RC_FILE = gpxsee.rc
win32:RC_ICONS = icons/gpxsee.ico
DEFINES += APP_VERSION=\\\"$$VERSION\\\"