1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00
This commit is contained in:
Martin Tůma 2019-01-26 09:13:01 +01:00
commit bc5c8ab42c

View File

@ -1,4 +1,4 @@
unix { unix:!mac {
TARGET = gpxsee TARGET = gpxsee
} else { } else {
TARGET = GPXSee TARGET = GPXSee
@ -339,7 +339,7 @@ win32 {
DEFINES += _USE_MATH_DEFINES DEFINES += _USE_MATH_DEFINES
} }
unix { unix:!macx {
maps.files = pkg/maps/* maps.files = pkg/maps/*
maps.path = /usr/local/share/gpxsee/maps maps.path = /usr/local/share/gpxsee/maps
csv.files = pkg/csv/* csv.files = pkg/csv/*