From 181b5da379b35c05671b25472d0b0b78e8660120 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 3 Jan 2019 00:29:42 +0100 Subject: [PATCH] removed redundant QTPLUGIN declaration and added macx icon file --- Attorney_Online.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index c7bf3d8..42f43c2 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -26,5 +26,4 @@ CONFIG += c++11 RESOURCES += resources.qrc win32:RC_ICONS = resource/logo.ico - -QTPLUGIN += qapng +macx:ICON = resource/logo.icns