2015-10-06 23:54:43 +02:00
|
|
|
TARGET = GPXSee
|
2016-12-06 22:05:26 +01:00
|
|
|
VERSION = 3.3
|
2015-10-05 01:43:48 +02:00
|
|
|
QT += core \
|
2015-11-23 23:19:57 +01:00
|
|
|
gui \
|
|
|
|
network
|
2015-10-05 01:43:48 +02:00
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
|
2016-12-06 01:48:26 +01:00
|
|
|
lessThan(QT_MAJOR_VERSION, 5) : QT += opengl
|
2015-10-05 01:43:48 +02:00
|
|
|
HEADERS += src/config.h \
|
|
|
|
src/icons.h \
|
|
|
|
src/gui.h \
|
|
|
|
src/poi.h \
|
|
|
|
src/rtree.h \
|
|
|
|
src/axisitem.h \
|
|
|
|
src/keys.h \
|
|
|
|
src/slideritem.h \
|
2015-10-12 01:12:12 +02:00
|
|
|
src/markeritem.h \
|
|
|
|
src/infoitem.h \
|
|
|
|
src/elevationgraph.h \
|
2015-10-17 01:33:02 +02:00
|
|
|
src/speedgraph.h \
|
2015-10-20 22:18:41 +02:00
|
|
|
src/sliderinfoitem.h \
|
2015-11-23 02:37:08 +01:00
|
|
|
src/filebrowser.h \
|
|
|
|
src/map.h \
|
2015-11-23 23:19:57 +01:00
|
|
|
src/maplist.h \
|
2015-12-19 20:23:07 +01:00
|
|
|
src/downloader.h \
|
2016-01-14 00:37:51 +01:00
|
|
|
src/units.h \
|
|
|
|
src/scaleitem.h \
|
2016-02-11 20:58:52 +01:00
|
|
|
src/waypoint.h \
|
|
|
|
src/track.h \
|
|
|
|
src/graphview.h \
|
2016-02-19 21:34:55 +01:00
|
|
|
src/trackpoint.h \
|
2016-02-28 09:32:54 +01:00
|
|
|
src/waypointitem.h \
|
2016-03-21 22:37:55 +01:00
|
|
|
src/palette.h \
|
2016-03-27 13:23:00 +02:00
|
|
|
src/heartrategraph.h \
|
2016-04-12 23:15:17 +02:00
|
|
|
src/range.h \
|
2016-04-28 08:49:06 +02:00
|
|
|
src/cpuarch.h \
|
2016-04-29 21:13:38 +02:00
|
|
|
src/settings.h \
|
2016-05-12 09:03:05 +02:00
|
|
|
src/app.h \
|
2016-05-24 03:01:22 +02:00
|
|
|
src/trackinfo.h \
|
|
|
|
src/exportdialog.h \
|
2016-05-27 22:45:58 +02:00
|
|
|
src/fileselectwidget.h \
|
2016-06-16 20:47:32 +02:00
|
|
|
src/margins.h \
|
2016-06-24 00:55:44 +02:00
|
|
|
src/temperaturegraph.h \
|
2016-07-25 19:32:36 +02:00
|
|
|
src/graphtab.h \
|
2016-07-28 00:23:22 +02:00
|
|
|
src/misc.h \
|
2016-08-02 00:28:56 +02:00
|
|
|
src/trackitem.h \
|
2016-08-09 01:16:19 +02:00
|
|
|
src/tooltip.h \
|
|
|
|
src/route.h \
|
2016-08-16 00:27:54 +02:00
|
|
|
src/routeitem.h \
|
2016-09-19 00:56:10 +02:00
|
|
|
src/graphitem.h \
|
|
|
|
src/graph.h \
|
2016-09-26 21:01:58 +02:00
|
|
|
src/pathitem.h \
|
2016-10-17 23:14:07 +02:00
|
|
|
src/pathview.h \
|
2016-10-23 11:09:20 +02:00
|
|
|
src/griditem.h \
|
|
|
|
src/data.h \
|
|
|
|
src/gpxparser.h \
|
|
|
|
src/tcxparser.h \
|
|
|
|
src/parser.h \
|
2016-10-24 00:21:40 +02:00
|
|
|
src/csvparser.h \
|
|
|
|
src/coordinates.h \
|
|
|
|
src/tile.h \
|
|
|
|
src/rd.h \
|
2016-10-25 19:46:44 +02:00
|
|
|
src/wgs84.h \
|
2016-10-28 14:33:36 +02:00
|
|
|
src/kmlparser.h \
|
|
|
|
src/trackdata.h \
|
2016-10-31 22:59:08 +01:00
|
|
|
src/routedata.h \
|
2016-11-02 17:35:26 +01:00
|
|
|
src/fitparser.h \
|
2016-11-05 17:33:29 +01:00
|
|
|
src/format.h \
|
|
|
|
src/path.h \
|
2016-11-06 03:28:08 +01:00
|
|
|
src/assert.h \
|
|
|
|
src/cadencegraph.h \
|
2016-11-10 00:08:11 +01:00
|
|
|
src/powergraph.h \
|
2016-11-16 23:54:15 +01:00
|
|
|
src/igcparser.h \
|
2016-12-06 01:48:26 +01:00
|
|
|
src/nmeaparser.h \
|
|
|
|
src/optionsdialog.h \
|
|
|
|
src/colorbox.h \
|
|
|
|
src/stylecombobox.h
|
2015-10-05 01:43:48 +02:00
|
|
|
SOURCES += src/main.cpp \
|
|
|
|
src/gui.cpp \
|
|
|
|
src/poi.cpp \
|
|
|
|
src/axisitem.cpp \
|
|
|
|
src/slideritem.cpp \
|
2015-10-12 01:12:12 +02:00
|
|
|
src/markeritem.cpp \
|
|
|
|
src/infoitem.cpp \
|
|
|
|
src/elevationgraph.cpp \
|
2015-10-17 01:33:02 +02:00
|
|
|
src/speedgraph.cpp \
|
2015-10-20 22:18:41 +02:00
|
|
|
src/sliderinfoitem.cpp \
|
2015-11-23 02:37:08 +01:00
|
|
|
src/filebrowser.cpp \
|
|
|
|
src/map.cpp \
|
2015-11-23 23:19:57 +01:00
|
|
|
src/maplist.cpp \
|
2016-01-14 00:37:51 +01:00
|
|
|
src/downloader.cpp \
|
|
|
|
src/scaleitem.cpp \
|
2016-02-11 20:58:52 +01:00
|
|
|
src/track.cpp \
|
2016-02-19 21:34:55 +01:00
|
|
|
src/graphview.cpp \
|
2016-02-28 09:32:54 +01:00
|
|
|
src/waypointitem.cpp \
|
2016-03-21 22:37:55 +01:00
|
|
|
src/palette.cpp \
|
2016-03-27 13:23:00 +02:00
|
|
|
src/heartrategraph.cpp \
|
2016-04-29 21:13:38 +02:00
|
|
|
src/range.cpp \
|
2016-05-12 09:03:05 +02:00
|
|
|
src/app.cpp \
|
2016-05-24 03:01:22 +02:00
|
|
|
src/trackinfo.cpp \
|
|
|
|
src/exportdialog.cpp \
|
2016-06-16 20:47:32 +02:00
|
|
|
src/fileselectwidget.cpp \
|
|
|
|
src/temperaturegraph.cpp \
|
2016-07-25 19:32:36 +02:00
|
|
|
src/trackpoint.cpp \
|
2016-07-28 00:23:22 +02:00
|
|
|
src/misc.cpp \
|
|
|
|
src/waypoint.cpp \
|
2016-08-02 00:28:56 +02:00
|
|
|
src/trackitem.cpp \
|
2016-08-09 01:16:19 +02:00
|
|
|
src/tooltip.cpp \
|
|
|
|
src/route.cpp \
|
2016-08-19 19:48:44 +02:00
|
|
|
src/routeitem.cpp \
|
2016-09-26 21:01:58 +02:00
|
|
|
src/graphitem.cpp \
|
|
|
|
src/pathitem.cpp \
|
2016-10-17 23:14:07 +02:00
|
|
|
src/pathview.cpp \
|
2016-10-23 11:09:20 +02:00
|
|
|
src/griditem.cpp \
|
|
|
|
src/data.cpp \
|
|
|
|
src/gpxparser.cpp \
|
|
|
|
src/tcxparser.cpp \
|
2016-10-24 00:21:40 +02:00
|
|
|
src/csvparser.cpp \
|
2016-10-25 19:46:44 +02:00
|
|
|
src/coordinates.cpp \
|
2016-10-31 22:59:08 +01:00
|
|
|
src/kmlparser.cpp \
|
2016-11-02 17:35:26 +01:00
|
|
|
src/fitparser.cpp \
|
2016-11-05 20:00:14 +01:00
|
|
|
src/format.cpp \
|
2016-11-06 03:28:08 +01:00
|
|
|
src/graph.cpp \
|
|
|
|
src/cadencegraph.cpp \
|
2016-11-10 00:08:11 +01:00
|
|
|
src/powergraph.cpp \
|
2016-11-14 22:12:43 +01:00
|
|
|
src/igcparser.cpp \
|
2016-11-16 23:54:15 +01:00
|
|
|
src/path.cpp \
|
2016-12-06 01:48:26 +01:00
|
|
|
src/nmeaparser.cpp \
|
|
|
|
src/optionsdialog.cpp \
|
|
|
|
src/colorbox.cpp \
|
|
|
|
src/stylecombobox.cpp
|
2015-10-05 01:43:48 +02:00
|
|
|
RESOURCES += gpxsee.qrc
|
|
|
|
TRANSLATIONS = lang/gpxsee_cs.ts
|
2016-04-29 22:49:37 +02:00
|
|
|
macx {
|
|
|
|
ICON = icons/gpxsee.icns
|
|
|
|
QMAKE_INFO_PLIST = Info.plist
|
2016-05-02 22:21:57 +02:00
|
|
|
APP_RESOURCES.files = icons/gpx.icns \
|
2016-11-03 18:34:23 +01:00
|
|
|
icons/tcx.icns \
|
|
|
|
icons/kml.icns \
|
|
|
|
icons/fit.icns \
|
2016-11-11 19:54:53 +01:00
|
|
|
icons/igc.icns \
|
2016-11-18 08:03:04 +01:00
|
|
|
icons/nmea.icns \
|
2016-05-02 22:21:57 +02:00
|
|
|
pkg/maps.txt
|
|
|
|
APP_RESOURCES.path = Contents/Resources
|
|
|
|
QMAKE_BUNDLE_DATA += APP_RESOURCES
|
|
|
|
}
|
|
|
|
win32 {
|
|
|
|
RC_ICONS = icons/gpxsee.ico \
|
2016-11-02 19:39:32 +01:00
|
|
|
icons/gpx.ico \
|
|
|
|
icons/tcx.ico \
|
|
|
|
icons/kml.ico \
|
2016-11-11 19:54:53 +01:00
|
|
|
icons/fit.ico \
|
2016-11-18 08:03:04 +01:00
|
|
|
icons/igc.ico \
|
|
|
|
icons/nmea.ico
|
2016-04-29 22:49:37 +02:00
|
|
|
}
|
2016-04-30 09:44:28 +02:00
|
|
|
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|