2019-02-04 22:33:34 +01:00
|
|
|
unix:!macx {
|
2019-01-25 22:29:45 +01:00
|
|
|
TARGET = gpxsee
|
|
|
|
} else {
|
|
|
|
TARGET = GPXSee
|
|
|
|
}
|
2020-02-09 23:27:22 +01:00
|
|
|
VERSION = 7.21
|
2018-07-24 17:23:14 +02:00
|
|
|
|
2015-10-05 01:43:48 +02:00
|
|
|
QT += core \
|
2015-11-23 23:19:57 +01:00
|
|
|
gui \
|
2018-09-20 07:59:47 +02:00
|
|
|
network \
|
2018-11-03 00:43:52 +01:00
|
|
|
sql \
|
|
|
|
concurrent
|
2018-07-24 17:23:14 +02:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
|
|
|
QT += widgets
|
|
|
|
QT += printsupport
|
|
|
|
}
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5) {QT += opengl}
|
2018-07-24 18:02:36 +02:00
|
|
|
equals(QT_MAJOR_VERSION, 5) : lessThan(QT_MINOR_VERSION, 4) {QT += opengl}
|
2018-07-24 17:23:14 +02:00
|
|
|
|
2017-11-26 18:54:03 +01:00
|
|
|
INCLUDEPATH += ./src
|
2018-11-02 20:01:19 +01:00
|
|
|
HEADERS += src/common/config.h \
|
2019-10-15 23:59:15 +02:00
|
|
|
src/GUI/graphicsscene.h \
|
2019-10-13 20:20:32 +02:00
|
|
|
src/GUI/popup.h \
|
2019-11-10 16:46:31 +01:00
|
|
|
src/common/garmin.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/common/staticassert.h \
|
|
|
|
src/common/coordinates.h \
|
|
|
|
src/common/range.h \
|
|
|
|
src/common/rectc.h \
|
|
|
|
src/common/wgs84.h \
|
2018-10-11 18:19:35 +02:00
|
|
|
src/common/util.h \
|
2018-05-22 22:40:15 +02:00
|
|
|
src/common/rtree.h \
|
2018-09-30 12:16:41 +02:00
|
|
|
src/common/kv.h \
|
2018-11-02 20:01:19 +01:00
|
|
|
src/common/greatcircle.h \
|
|
|
|
src/common/programpaths.h \
|
2019-03-13 00:25:46 +01:00
|
|
|
src/common/tifffile.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/GUI/app.h \
|
|
|
|
src/GUI/icons.h \
|
|
|
|
src/GUI/gui.h \
|
|
|
|
src/GUI/axisitem.h \
|
|
|
|
src/GUI/keys.h \
|
|
|
|
src/GUI/slideritem.h \
|
|
|
|
src/GUI/markeritem.h \
|
|
|
|
src/GUI/infoitem.h \
|
|
|
|
src/GUI/elevationgraph.h \
|
|
|
|
src/GUI/speedgraph.h \
|
|
|
|
src/GUI/sliderinfoitem.h \
|
|
|
|
src/GUI/filebrowser.h \
|
|
|
|
src/GUI/units.h \
|
|
|
|
src/GUI/scaleitem.h \
|
|
|
|
src/GUI/graphview.h \
|
|
|
|
src/GUI/waypointitem.h \
|
|
|
|
src/GUI/palette.h \
|
|
|
|
src/GUI/heartrategraph.h \
|
|
|
|
src/GUI/trackinfo.h \
|
|
|
|
src/GUI/exportdialog.h \
|
|
|
|
src/GUI/fileselectwidget.h \
|
|
|
|
src/GUI/margins.h \
|
|
|
|
src/GUI/temperaturegraph.h \
|
|
|
|
src/GUI/graphtab.h \
|
|
|
|
src/GUI/trackitem.h \
|
|
|
|
src/GUI/tooltip.h \
|
|
|
|
src/GUI/routeitem.h \
|
|
|
|
src/GUI/graphitem.h \
|
|
|
|
src/GUI/pathitem.h \
|
|
|
|
src/GUI/griditem.h \
|
|
|
|
src/GUI/format.h \
|
|
|
|
src/GUI/cadencegraph.h \
|
|
|
|
src/GUI/powergraph.h \
|
2018-07-03 01:29:14 +02:00
|
|
|
src/GUI/gearratiograph.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/GUI/optionsdialog.h \
|
|
|
|
src/GUI/colorbox.h \
|
|
|
|
src/GUI/stylecombobox.h \
|
|
|
|
src/GUI/opengl.h \
|
|
|
|
src/GUI/timetype.h \
|
|
|
|
src/GUI/percentslider.h \
|
|
|
|
src/GUI/elevationgraphitem.h \
|
|
|
|
src/GUI/speedgraphitem.h \
|
|
|
|
src/GUI/heartrategraphitem.h \
|
|
|
|
src/GUI/temperaturegraphitem.h \
|
|
|
|
src/GUI/cadencegraphitem.h \
|
|
|
|
src/GUI/powergraphitem.h \
|
2018-07-03 01:29:14 +02:00
|
|
|
src/GUI/gearratiographitem.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/GUI/oddspinbox.h \
|
|
|
|
src/GUI/settings.h \
|
|
|
|
src/GUI/cpuarch.h \
|
|
|
|
src/GUI/searchpointer.h \
|
2017-12-01 00:22:16 +01:00
|
|
|
src/GUI/mapview.h \
|
2018-11-02 20:01:19 +01:00
|
|
|
src/GUI/font.h \
|
2019-02-11 23:28:08 +01:00
|
|
|
src/GUI/areaitem.h \
|
2019-10-14 01:16:38 +02:00
|
|
|
src/data/link.h \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/map/IMG/bitmapline.h \
|
2020-01-21 21:50:13 +01:00
|
|
|
src/map/IMG/bitstream.h \
|
|
|
|
src/map/IMG/deltastream.h \
|
2020-02-09 23:24:48 +01:00
|
|
|
src/map/IMG/gmap.h \
|
2020-01-21 21:50:13 +01:00
|
|
|
src/map/IMG/huffmanstream.h \
|
|
|
|
src/map/IMG/huffmantable.h \
|
2020-02-09 23:24:48 +01:00
|
|
|
src/map/IMG/mapdata.h \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/map/IMG/textpathitem.h \
|
|
|
|
src/map/IMG/textpointitem.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/projection.h \
|
|
|
|
src/map/ellipsoid.h \
|
|
|
|
src/map/datum.h \
|
2018-05-12 22:38:42 +02:00
|
|
|
src/map/webmercator.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/transversemercator.h \
|
|
|
|
src/map/latlon.h \
|
|
|
|
src/map/utm.h \
|
|
|
|
src/map/lambertconic.h \
|
|
|
|
src/map/lambertazimuthal.h \
|
|
|
|
src/map/albersequal.h \
|
|
|
|
src/map/map.h \
|
|
|
|
src/map/maplist.h \
|
|
|
|
src/map/onlinemap.h \
|
|
|
|
src/map/downloader.h \
|
|
|
|
src/map/tile.h \
|
|
|
|
src/map/emptymap.h \
|
2018-08-21 20:01:47 +02:00
|
|
|
src/map/ozimap.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/tar.h \
|
|
|
|
src/map/ozf.h \
|
|
|
|
src/map/atlas.h \
|
|
|
|
src/map/matrix.h \
|
2018-01-08 23:47:45 +01:00
|
|
|
src/map/geotiff.h \
|
|
|
|
src/map/pcs.h \
|
|
|
|
src/map/transform.h \
|
|
|
|
src/map/mapfile.h \
|
2018-04-15 16:27:47 +02:00
|
|
|
src/map/gcs.h \
|
|
|
|
src/map/angularunits.h \
|
|
|
|
src/map/primemeridian.h \
|
|
|
|
src/map/linearunits.h \
|
|
|
|
src/map/ct.h \
|
|
|
|
src/map/mapsource.h \
|
|
|
|
src/map/tileloader.h \
|
|
|
|
src/map/wmtsmap.h \
|
|
|
|
src/map/wmts.h \
|
|
|
|
src/map/wmsmap.h \
|
|
|
|
src/map/wms.h \
|
|
|
|
src/map/crs.h \
|
|
|
|
src/map/coordinatesystem.h \
|
2018-04-16 20:26:10 +02:00
|
|
|
src/map/pointd.h \
|
2018-11-02 20:01:19 +01:00
|
|
|
src/map/rectd.h \
|
|
|
|
src/map/geocentric.h \
|
|
|
|
src/map/mercator.h \
|
|
|
|
src/map/jnxmap.h \
|
|
|
|
src/map/krovak.h \
|
|
|
|
src/map/geotiffmap.h \
|
|
|
|
src/map/image.h \
|
|
|
|
src/map/mbtilesmap.h \
|
|
|
|
src/map/osm.h \
|
2019-02-11 23:28:08 +01:00
|
|
|
src/map/polarstereographic.h \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/data/graph.h \
|
|
|
|
src/data/poi.h \
|
|
|
|
src/data/waypoint.h \
|
|
|
|
src/data/track.h \
|
|
|
|
src/data/route.h \
|
|
|
|
src/data/trackpoint.h \
|
|
|
|
src/data/data.h \
|
|
|
|
src/data/parser.h \
|
|
|
|
src/data/trackdata.h \
|
|
|
|
src/data/routedata.h \
|
|
|
|
src/data/path.h \
|
|
|
|
src/data/gpxparser.h \
|
|
|
|
src/data/tcxparser.h \
|
|
|
|
src/data/csvparser.h \
|
|
|
|
src/data/kmlparser.h \
|
|
|
|
src/data/fitparser.h \
|
|
|
|
src/data/igcparser.h \
|
|
|
|
src/data/nmeaparser.h \
|
2018-05-02 21:25:14 +02:00
|
|
|
src/data/oziparsers.h \
|
2018-08-10 22:46:04 +02:00
|
|
|
src/data/locparser.h \
|
2019-01-06 18:45:09 +01:00
|
|
|
src/data/slfparser.h \
|
2019-01-08 21:42:28 +01:00
|
|
|
src/data/dem.h \
|
2019-01-31 01:46:53 +01:00
|
|
|
src/data/polygon.h \
|
2019-02-15 20:32:13 +01:00
|
|
|
src/data/area.h \
|
2019-02-17 20:20:20 +01:00
|
|
|
src/map/obliquestereographic.h \
|
2019-03-02 16:51:14 +01:00
|
|
|
src/GUI/coordinatesitem.h \
|
2019-03-07 01:08:51 +01:00
|
|
|
src/map/rmap.h \
|
2019-03-07 22:58:43 +01:00
|
|
|
src/map/calibrationpoint.h \
|
2019-03-13 00:25:46 +01:00
|
|
|
src/map/color.h \
|
2019-03-15 19:39:52 +01:00
|
|
|
src/data/exifparser.h \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/data/imageinfo.h \
|
|
|
|
src/map/imgmap.h \
|
|
|
|
src/map/IMG/img.h \
|
|
|
|
src/map/IMG/subfile.h \
|
|
|
|
src/map/IMG/trefile.h \
|
|
|
|
src/map/IMG/rgnfile.h \
|
|
|
|
src/map/IMG/lblfile.h \
|
|
|
|
src/map/IMG/vectortile.h \
|
|
|
|
src/map/IMG/subdiv.h \
|
|
|
|
src/map/IMG/style.h \
|
2019-05-14 23:01:24 +02:00
|
|
|
src/map/IMG/netfile.h \
|
2019-05-24 18:37:15 +02:00
|
|
|
src/GUI/limitedcombobox.h \
|
2019-06-07 20:33:08 +02:00
|
|
|
src/GUI/pathtickitem.h \
|
2019-06-30 20:39:22 +02:00
|
|
|
src/map/IMG/textitem.h \
|
2019-08-15 21:27:55 +02:00
|
|
|
src/map/IMG/label.h \
|
|
|
|
src/data/csv.h \
|
2019-10-25 22:30:12 +02:00
|
|
|
src/data/cupparser.h \
|
2019-11-08 21:00:59 +01:00
|
|
|
src/data/gpiparser.h \
|
2020-01-14 23:21:05 +01:00
|
|
|
src/data/address.h \
|
|
|
|
src/data/smlparser.h
|
2015-10-05 01:43:48 +02:00
|
|
|
SOURCES += src/main.cpp \
|
2019-10-13 20:20:32 +02:00
|
|
|
src/GUI/popup.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/common/coordinates.cpp \
|
|
|
|
src/common/rectc.cpp \
|
|
|
|
src/common/range.cpp \
|
2018-10-11 18:19:35 +02:00
|
|
|
src/common/util.cpp \
|
2018-11-02 20:01:19 +01:00
|
|
|
src/common/greatcircle.cpp \
|
|
|
|
src/common/programpaths.cpp \
|
2019-03-13 00:25:46 +01:00
|
|
|
src/common/tifffile.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/GUI/app.cpp \
|
|
|
|
src/GUI/gui.cpp \
|
|
|
|
src/GUI/axisitem.cpp \
|
|
|
|
src/GUI/slideritem.cpp \
|
|
|
|
src/GUI/markeritem.cpp \
|
|
|
|
src/GUI/infoitem.cpp \
|
|
|
|
src/GUI/elevationgraph.cpp \
|
|
|
|
src/GUI/speedgraph.cpp \
|
|
|
|
src/GUI/sliderinfoitem.cpp \
|
|
|
|
src/GUI/filebrowser.cpp \
|
|
|
|
src/GUI/scaleitem.cpp \
|
|
|
|
src/GUI/graphview.cpp \
|
|
|
|
src/GUI/waypointitem.cpp \
|
|
|
|
src/GUI/palette.cpp \
|
|
|
|
src/GUI/heartrategraph.cpp \
|
|
|
|
src/GUI/trackinfo.cpp \
|
|
|
|
src/GUI/exportdialog.cpp \
|
|
|
|
src/GUI/fileselectwidget.cpp \
|
|
|
|
src/GUI/temperaturegraph.cpp \
|
|
|
|
src/GUI/trackitem.cpp \
|
|
|
|
src/GUI/tooltip.cpp \
|
|
|
|
src/GUI/routeitem.cpp \
|
|
|
|
src/GUI/graphitem.cpp \
|
|
|
|
src/GUI/pathitem.cpp \
|
|
|
|
src/GUI/griditem.cpp \
|
|
|
|
src/GUI/format.cpp \
|
|
|
|
src/GUI/cadencegraph.cpp \
|
|
|
|
src/GUI/powergraph.cpp \
|
2018-07-03 01:29:14 +02:00
|
|
|
src/GUI/gearratiograph.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/GUI/optionsdialog.cpp \
|
|
|
|
src/GUI/colorbox.cpp \
|
|
|
|
src/GUI/stylecombobox.cpp \
|
|
|
|
src/GUI/oddspinbox.cpp \
|
|
|
|
src/GUI/percentslider.cpp \
|
|
|
|
src/GUI/elevationgraphitem.cpp \
|
|
|
|
src/GUI/speedgraphitem.cpp \
|
|
|
|
src/GUI/heartrategraphitem.cpp \
|
|
|
|
src/GUI/temperaturegraphitem.cpp \
|
|
|
|
src/GUI/cadencegraphitem.cpp \
|
|
|
|
src/GUI/powergraphitem.cpp \
|
2018-07-03 01:29:14 +02:00
|
|
|
src/GUI/gearratiographitem.cpp \
|
2017-12-01 00:22:16 +01:00
|
|
|
src/GUI/mapview.cpp \
|
2019-02-11 23:28:08 +01:00
|
|
|
src/GUI/areaitem.cpp \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/map/IMG/bitmapline.cpp \
|
2020-01-21 21:50:13 +01:00
|
|
|
src/map/IMG/bitstream.cpp \
|
|
|
|
src/map/IMG/deltastream.cpp \
|
2020-02-09 23:24:48 +01:00
|
|
|
src/map/IMG/gmap.cpp \
|
2020-01-21 21:50:13 +01:00
|
|
|
src/map/IMG/huffmanstream.cpp \
|
|
|
|
src/map/IMG/huffmantable.cpp \
|
2020-02-09 23:24:48 +01:00
|
|
|
src/map/IMG/mapdata.cpp \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/map/IMG/textpathitem.cpp \
|
|
|
|
src/map/IMG/textpointitem.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/maplist.cpp \
|
|
|
|
src/map/onlinemap.cpp \
|
|
|
|
src/map/downloader.cpp \
|
|
|
|
src/map/emptymap.cpp \
|
2018-08-21 20:01:47 +02:00
|
|
|
src/map/ozimap.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/tar.cpp \
|
|
|
|
src/map/atlas.cpp \
|
|
|
|
src/map/ozf.cpp \
|
|
|
|
src/map/matrix.cpp \
|
|
|
|
src/map/ellipsoid.cpp \
|
|
|
|
src/map/datum.cpp \
|
2018-05-12 22:38:42 +02:00
|
|
|
src/map/webmercator.cpp \
|
2017-11-26 18:54:03 +01:00
|
|
|
src/map/transversemercator.cpp \
|
|
|
|
src/map/utm.cpp \
|
|
|
|
src/map/lambertconic.cpp \
|
|
|
|
src/map/albersequal.cpp \
|
|
|
|
src/map/lambertazimuthal.cpp \
|
2018-01-08 23:47:45 +01:00
|
|
|
src/map/geotiff.cpp \
|
|
|
|
src/map/pcs.cpp \
|
|
|
|
src/map/transform.cpp \
|
|
|
|
src/map/mapfile.cpp \
|
2018-01-20 20:13:56 +01:00
|
|
|
src/map/projection.cpp \
|
|
|
|
src/map/gcs.cpp \
|
|
|
|
src/map/angularunits.cpp \
|
2018-01-20 23:51:39 +01:00
|
|
|
src/map/primemeridian.cpp \
|
2018-01-28 22:56:08 +01:00
|
|
|
src/map/linearunits.cpp \
|
2018-02-20 23:37:19 +01:00
|
|
|
src/map/mapsource.cpp \
|
|
|
|
src/map/tileloader.cpp \
|
|
|
|
src/map/wmtsmap.cpp \
|
2018-03-30 10:25:05 +02:00
|
|
|
src/map/wmts.cpp \
|
|
|
|
src/map/wmsmap.cpp \
|
|
|
|
src/map/wms.cpp \
|
2018-04-05 20:38:23 +02:00
|
|
|
src/map/crs.cpp \
|
2018-04-13 20:54:38 +02:00
|
|
|
src/map/coordinatesystem.cpp \
|
2018-11-02 20:01:19 +01:00
|
|
|
src/map/geocentric.cpp \
|
|
|
|
src/map/mercator.cpp \
|
|
|
|
src/map/jnxmap.cpp \
|
|
|
|
src/map/krovak.cpp \
|
|
|
|
src/map/map.cpp \
|
|
|
|
src/map/geotiffmap.cpp \
|
|
|
|
src/map/image.cpp \
|
|
|
|
src/map/mbtilesmap.cpp \
|
|
|
|
src/map/osm.cpp \
|
2019-02-11 23:28:08 +01:00
|
|
|
src/map/polarstereographic.cpp \
|
|
|
|
src/map/rectd.cpp \
|
2018-04-15 16:27:47 +02:00
|
|
|
src/data/data.cpp \
|
|
|
|
src/data/poi.cpp \
|
|
|
|
src/data/track.cpp \
|
|
|
|
src/data/route.cpp \
|
|
|
|
src/data/path.cpp \
|
|
|
|
src/data/gpxparser.cpp \
|
|
|
|
src/data/tcxparser.cpp \
|
|
|
|
src/data/csvparser.cpp \
|
|
|
|
src/data/kmlparser.cpp \
|
|
|
|
src/data/fitparser.cpp \
|
|
|
|
src/data/igcparser.cpp \
|
|
|
|
src/data/nmeaparser.cpp \
|
2018-05-11 19:54:12 +02:00
|
|
|
src/data/oziparsers.cpp \
|
2018-08-10 22:46:04 +02:00
|
|
|
src/data/locparser.cpp \
|
2019-01-06 18:45:09 +01:00
|
|
|
src/data/slfparser.cpp \
|
2019-01-08 21:42:28 +01:00
|
|
|
src/data/dem.cpp \
|
2019-02-15 20:32:13 +01:00
|
|
|
src/data/polygon.cpp \
|
2019-02-17 20:20:20 +01:00
|
|
|
src/map/obliquestereographic.cpp \
|
2019-03-02 16:51:14 +01:00
|
|
|
src/GUI/coordinatesitem.cpp \
|
2019-03-13 00:25:46 +01:00
|
|
|
src/map/rmap.cpp \
|
2019-05-10 18:56:19 +02:00
|
|
|
src/data/exifparser.cpp \
|
|
|
|
src/map/imgmap.cpp \
|
|
|
|
src/map/IMG/img.cpp \
|
|
|
|
src/map/IMG/subfile.cpp \
|
|
|
|
src/map/IMG/trefile.cpp \
|
|
|
|
src/map/IMG/rgnfile.cpp \
|
|
|
|
src/map/IMG/lblfile.cpp \
|
|
|
|
src/map/IMG/vectortile.cpp \
|
|
|
|
src/map/IMG/style.cpp \
|
2019-05-24 18:37:15 +02:00
|
|
|
src/map/IMG/netfile.cpp \
|
2019-06-07 20:33:08 +02:00
|
|
|
src/GUI/pathtickitem.cpp \
|
2019-08-15 21:27:55 +02:00
|
|
|
src/map/IMG/textitem.cpp \
|
|
|
|
src/data/csv.cpp \
|
2019-10-16 19:22:55 +02:00
|
|
|
src/data/cupparser.cpp \
|
2019-10-25 22:30:12 +02:00
|
|
|
src/GUI/graphicsscene.cpp \
|
2020-01-14 23:21:05 +01:00
|
|
|
src/data/gpiparser.cpp \
|
|
|
|
src/data/smlparser.cpp
|
2019-01-25 22:18:21 +01:00
|
|
|
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4) {
|
|
|
|
HEADERS += src/data/geojsonparser.h
|
|
|
|
SOURCES += src/data/geojsonparser.cpp
|
|
|
|
}
|
|
|
|
|
2019-07-10 21:17:52 +02:00
|
|
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\" \
|
|
|
|
QT_NO_DEPRECATED_WARNINGS
|
2019-01-25 22:29:45 +01:00
|
|
|
DEFINES *= QT_USE_QSTRINGBUILDER
|
|
|
|
|
2015-10-05 01:43:48 +02:00
|
|
|
RESOURCES += gpxsee.qrc
|
2018-09-16 17:49:47 +02:00
|
|
|
TRANSLATIONS = lang/gpxsee_en.ts \
|
|
|
|
lang/gpxsee_cs.ts \
|
2017-04-17 20:56:56 +02:00
|
|
|
lang/gpxsee_sv.ts \
|
2018-01-08 23:57:33 +01:00
|
|
|
lang/gpxsee_de.ts \
|
2018-01-11 10:34:00 +01:00
|
|
|
lang/gpxsee_ru.ts \
|
2018-02-08 18:21:04 +01:00
|
|
|
lang/gpxsee_fi.ts \
|
2018-04-17 22:52:47 +02:00
|
|
|
lang/gpxsee_fr.ts \
|
2018-10-02 22:02:07 +02:00
|
|
|
lang/gpxsee_pl.ts \
|
2018-10-09 00:01:18 +02:00
|
|
|
lang/gpxsee_nb.ts \
|
2018-11-22 22:59:31 +01:00
|
|
|
lang/gpxsee_da.ts \
|
2019-01-21 00:01:07 +01:00
|
|
|
lang/gpxsee_tr.ts \
|
2019-02-16 19:54:50 +01:00
|
|
|
lang/gpxsee_es.ts \
|
2019-11-05 21:59:01 +01:00
|
|
|
lang/gpxsee_pt_BR.ts \
|
2020-01-28 22:02:16 +01:00
|
|
|
lang/gpxsee_uk.ts \
|
|
|
|
lang/gpxsee_hu.ts
|
2018-07-24 17:23:14 +02:00
|
|
|
|
2016-04-29 22:49:37 +02:00
|
|
|
macx {
|
|
|
|
ICON = icons/gpxsee.icns
|
2018-02-10 11:17:31 +01:00
|
|
|
QMAKE_INFO_PLIST = pkg/Info.plist
|
2019-01-25 22:29:45 +01:00
|
|
|
locale.path = Contents/Resources/translations
|
|
|
|
locale.files = lang/gpxsee_en.qm \
|
2018-09-16 17:49:47 +02:00
|
|
|
lang/gpxsee_cs.qm \
|
2018-02-08 19:50:15 +01:00
|
|
|
lang/gpxsee_de.qm \
|
|
|
|
lang/gpxsee_fi.qm \
|
|
|
|
lang/gpxsee_fr.qm \
|
|
|
|
lang/gpxsee_ru.qm \
|
2018-04-17 22:52:47 +02:00
|
|
|
lang/gpxsee_sv.qm \
|
2018-10-02 22:02:07 +02:00
|
|
|
lang/gpxsee_pl.qm \
|
2018-10-09 00:01:18 +02:00
|
|
|
lang/gpxsee_nb.qm \
|
2018-11-22 22:59:31 +01:00
|
|
|
lang/gpxsee_da.qm \
|
2019-01-21 00:01:07 +01:00
|
|
|
lang/gpxsee_tr.qm \
|
2019-02-16 19:54:50 +01:00
|
|
|
lang/gpxsee_es.qm \
|
2019-11-05 21:59:01 +01:00
|
|
|
lang/gpxsee_pt_BR.qm \
|
2020-02-12 08:36:56 +01:00
|
|
|
lang/gpxsee_uk.qm \
|
|
|
|
lang/gpxsee_hu.qm
|
2019-01-25 22:29:45 +01:00
|
|
|
csv.path = Contents/Resources
|
|
|
|
csv.files = pkg/csv
|
|
|
|
maps.path = Contents/Resources
|
|
|
|
maps.files = pkg/maps
|
|
|
|
icons.path = Contents/Resources/icons
|
2019-01-26 09:12:06 +01:00
|
|
|
icons.files = icons/formats/gpx.icns \
|
|
|
|
icons/formats/tcx.icns \
|
|
|
|
icons/formats/kml.icns \
|
|
|
|
icons/formats/fit.icns \
|
|
|
|
icons/formats/igc.icns \
|
|
|
|
icons/formats/nmea.icns \
|
|
|
|
icons/formats/plt.icns \
|
|
|
|
icons/formats/rte.icns \
|
|
|
|
icons/formats/wpt.icns \
|
|
|
|
icons/formats/loc.icns \
|
2019-01-28 20:08:08 +01:00
|
|
|
icons/formats/slf.icns \
|
2019-08-16 21:32:31 +02:00
|
|
|
icons/formats/json.icns \
|
2019-10-28 12:01:58 +01:00
|
|
|
icons/formats/cup.icns \
|
2020-01-16 19:31:14 +01:00
|
|
|
icons/formats/gpi.icns \
|
|
|
|
icons/formats/sml.icns
|
2019-01-25 22:29:45 +01:00
|
|
|
QMAKE_BUNDLE_DATA += locale maps icons csv
|
2016-05-02 22:21:57 +02:00
|
|
|
}
|
2019-01-25 22:29:45 +01:00
|
|
|
|
2016-05-02 22:21:57 +02:00
|
|
|
win32 {
|
|
|
|
RC_ICONS = icons/gpxsee.ico \
|
2019-01-26 09:12:06 +01:00
|
|
|
icons/formats/gpx.ico \
|
|
|
|
icons/formats/tcx.ico \
|
|
|
|
icons/formats/kml.ico \
|
|
|
|
icons/formats/fit.ico \
|
|
|
|
icons/formats/igc.ico \
|
|
|
|
icons/formats/nmea.ico \
|
|
|
|
icons/formats/plt.ico \
|
|
|
|
icons/formats/rte.ico \
|
|
|
|
icons/formats/wpt.ico \
|
|
|
|
icons/formats/loc.ico \
|
2019-01-27 23:07:02 +01:00
|
|
|
icons/formats/slf.ico \
|
2019-08-16 20:46:42 +02:00
|
|
|
icons/formats/json.ico \
|
2019-10-28 14:34:01 +01:00
|
|
|
icons/formats/cup.ico \
|
2020-01-15 23:10:14 +01:00
|
|
|
icons/formats/gpi.ico \
|
|
|
|
icons/formats/sml.ico
|
2019-02-03 16:34:33 +01:00
|
|
|
DEFINES += _USE_MATH_DEFINES \
|
|
|
|
NOGDI
|
2016-04-29 22:49:37 +02:00
|
|
|
}
|
2018-07-24 17:23:14 +02:00
|
|
|
|
2019-01-26 00:53:52 +01:00
|
|
|
unix:!macx {
|
2019-01-26 09:34:21 +01:00
|
|
|
isEmpty(PREFIX):PREFIX = /usr/local
|
2019-05-12 21:26:45 +02:00
|
|
|
DEFINES += PREFIX=\\\"$$PREFIX\\\"
|
2019-01-26 09:34:21 +01:00
|
|
|
|
2019-01-25 22:29:45 +01:00
|
|
|
maps.files = pkg/maps/*
|
2019-01-26 09:34:21 +01:00
|
|
|
maps.path = $$PREFIX/share/gpxsee/maps
|
2019-01-25 22:29:45 +01:00
|
|
|
csv.files = pkg/csv/*
|
2019-01-26 09:34:21 +01:00
|
|
|
csv.path = $$PREFIX/share/gpxsee/csv
|
2019-01-25 22:29:45 +01:00
|
|
|
locale.files = lang/*.qm
|
2019-01-26 09:34:21 +01:00
|
|
|
locale.path = $$PREFIX/share/gpxsee/translations
|
2019-01-25 22:29:45 +01:00
|
|
|
icon.files = icons/gpxsee.png
|
2019-01-26 09:34:21 +01:00
|
|
|
icon.path = $$PREFIX/share/pixmaps
|
2019-01-25 22:29:45 +01:00
|
|
|
desktop.files = pkg/gpxsee.desktop
|
2019-01-26 09:34:21 +01:00
|
|
|
desktop.path = $$PREFIX/share/applications
|
2019-01-25 22:29:45 +01:00
|
|
|
mime.files = pkg/gpxsee.xml
|
2019-01-26 09:34:21 +01:00
|
|
|
mime.path = $$PREFIX/share/mime/packages
|
|
|
|
target.path = $$PREFIX/bin
|
2019-01-25 22:29:45 +01:00
|
|
|
INSTALLS += target maps csv locale icon desktop mime
|
|
|
|
}
|