From 1fea358b7caa72a9b5af5f0e4c23255d4470acc1 Mon Sep 17 00:00:00 2001 From: codestation Date: Tue, 24 Dec 2013 22:57:27 -0430 Subject: [PATCH] Fix OS X icon location. --- qcma.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcma.pro b/qcma.pro index 26c2e1b..a9bee52 100644 --- a/qcma.pro +++ b/qcma.pro @@ -125,5 +125,5 @@ unix:!macx:DEFINES += _FILE_OFFSET_BITS=64 _LARGEFILE_SOURCE win32:RC_FILE = qcma.rc win32:QMAKE_CXXFLAGS += -mno-ms-bitfields -ICON = resources/$${TARGET}.icns +ICON = resources/images/$${TARGET}.icns macx:QT_CONFIG -= no-pkg-config