Fix iconfile location for mac after move

This commit is contained in:
Mark Watkins 2013-10-11 21:41:49 +10:00
parent 6b31181103
commit 934bd0249f

View File

@ -50,7 +50,7 @@ unix:!macx {
macx { macx {
LIBS += -lz LIBS += -lz
ICON = ../icons/iconfile.icns ICON = icons/iconfile.icns
} }
win32 { win32 {