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

Fixed file open event handling on OS X

Installer files separation
This commit is contained in:
2016-04-29 21:13:38 +02:00
parent b0abc976a5
commit 798f63aaff
9 changed files with 156 additions and 29 deletions

View File

@ -37,7 +37,8 @@ HEADERS += src/config.h \
src/heartrategraph.h \
src/range.h \
src/cpuarch.h \
src/settings.h
src/settings.h \
src/app.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/gpx.cpp \
@ -63,7 +64,8 @@ SOURCES += src/main.cpp \
src/waypointitem.cpp \
src/palette.cpp \
src/heartrategraph.cpp \
src/range.cpp
src/range.cpp \
src/app.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts
macx:ICON = icons/gpxsee.icns