Fix icon location on OS X

This commit is contained in:
codestation
2014-04-26 23:17:26 -04:30
parent 69c26bd29a
commit 9a31ea7694

View File

@@ -86,7 +86,7 @@ win32 {
# OS X config # OS X config
macx { macx {
# OS X icon # 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) # re-enable pkg-config on OS X (brew installs pkg-config files)
QT_CONFIG -= no-pkg-config QT_CONFIG -= no-pkg-config
} }