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:
parent
1323f6ead8
commit
5daacc0a22
@ -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\\\"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user