1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Program version now defined in the project file

This commit is contained in:
Martin Tůma 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\\\"

View File

@ -1 +0,0 @@
IDI_ICON1 ICON DISCARDABLE "icons/gpxsee.ico"

View File

@ -8,7 +8,6 @@
#define APP_NAME "GPXSee"
#define APP_HOMEPAGE "http://tumic.wz.cz/gpxsee"
#define APP_VERSION "2.13"
#define FONT_FAMILY "Arial"
#define FONT_SIZE 12