From d134938ff8d8c1a11fa45a8420f681eeeb9b8112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 3 Nov 2016 18:34:23 +0100 Subject: [PATCH] Added missing icon files to Mac bundle --- gpxsee.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gpxsee.pro b/gpxsee.pro index a073b7dd..87c734b5 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -116,6 +116,9 @@ macx { ICON = icons/gpxsee.icns QMAKE_INFO_PLIST = Info.plist APP_RESOURCES.files = icons/gpx.icns \ + icons/tcx.icns \ + icons/kml.icns \ + icons/fit.icns \ pkg/maps.txt APP_RESOURCES.path = Contents/Resources QMAKE_BUNDLE_DATA += APP_RESOURCES