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

Added missing IGC integration.

Version 3.1.
This commit is contained in:
2016-11-11 19:54:53 +01:00
parent 736566b12c
commit 7c9768e83a
4 changed files with 60 additions and 7 deletions

View File

@ -1,5 +1,5 @@
TARGET = GPXSee
VERSION = 3.0
VERSION = 3.1
QT += core \
gui \
network
@ -128,6 +128,7 @@ macx {
icons/tcx.icns \
icons/kml.icns \
icons/fit.icns \
icons/igc.icns \
pkg/maps.txt
APP_RESOURCES.path = Contents/Resources
QMAKE_BUNDLE_DATA += APP_RESOURCES
@ -137,6 +138,7 @@ win32 {
icons/gpx.ico \
icons/tcx.ico \
icons/kml.ico \
icons/fit.ico
icons/fit.ico \
icons/igc.ico
}
DEFINES += APP_VERSION=\\\"$$VERSION\\\"