From 9a31ea769422cf4de4884d9ffccb0a2bfef17d2b Mon Sep 17 00:00:00 2001 From: codestation Date: Sat, 26 Apr 2014 23:17:26 -0430 Subject: [PATCH] Fix icon location on OS X --- qcma_common.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcma_common.pri b/qcma_common.pri index 29f0a42..467726c 100644 --- a/qcma_common.pri +++ b/qcma_common.pri @@ -86,7 +86,7 @@ win32 { # OS X config macx { # OS X icon - ICON = resources/images/$${TARGET}.icns + ICON = resources/images/qcma.icns # re-enable pkg-config on OS X (brew installs pkg-config files) QT_CONFIG -= no-pkg-config }