From 993e79b19e320dc4d12866b65e4f0c1963b8d334 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sat, 22 Mar 2008 07:32:00 +0000 Subject: [PATCH] removed attempt of auto adding mac icons... --- src/meshlab/meshlab.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/meshlab/meshlab.pro b/src/meshlab/meshlab.pro index f2157e05e..bd108cb50 100644 --- a/src/meshlab/meshlab.pro +++ b/src/meshlab/meshlab.pro @@ -66,7 +66,9 @@ QMAKE_INFO_PLIST = ../install/info.plist # to add MacOS icon ICON = images/meshlab.icns -ICON += images/meshlab_obj.icns +# note that to add the file icons on the mac the following line does not work. +# You have to copy the file by hand into the meshlab.app/Contents/Resources directory. +# ICON += images/meshlab_obj.icns QT += opengl QT += xml