1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00
GPXSee/gpxsee.pro

61 lines
1.3 KiB
Prolog
Raw Normal View History

2015-10-06 23:54:43 +02:00
TARGET = GPXSee
2015-10-05 01:43:48 +02:00
QT += core \
gui \
network
2015-10-05 01:43:48 +02:00
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
greaterThan(QT_MAJOR_VERSION, 4): QT += printsupport
HEADERS += src/config.h \
src/icons.h \
src/gui.h \
src/gpx.h \
src/graph.h \
src/track.h \
src/parser.h \
src/poi.h \
src/rtree.h \
src/ll.h \
src/axisitem.h \
src/poiitem.h \
src/colorshop.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 \
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 \
src/nicenum.h
2015-10-05 01:43:48 +02:00
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
src/graph.cpp \
src/track.cpp \
src/parser.cpp \
src/poi.cpp \
src/ll.cpp \
src/axisitem.cpp \
src/poiitem.cpp \
src/colorshop.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 \
src/maplist.cpp \
2016-01-14 00:37:51 +01:00
src/downloader.cpp \
src/scaleitem.cpp \
src/nicenum.cpp
2015-10-05 01:43:48 +02:00
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns
2015-10-06 01:56:19 +02:00
win32:RC_FILE = gpxsee.rc