From 3c112b0b6f90426421426bf69e7bfaa1392b7370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 4 Feb 2019 22:33:34 +0100 Subject: [PATCH] Unify OS X platform name --- gpxsee.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpxsee.pro b/gpxsee.pro index 5d7ada06..e447f6f0 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -1,4 +1,4 @@ -unix:!mac { +unix:!macx { TARGET = gpxsee } else { TARGET = GPXSee