Added an icon for Mac OS X

This commit is contained in:
Micke Prag 2008-11-16 02:57:09 +00:00
parent b74c4dfeda
commit 4971fb472f
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -4,7 +4,10 @@ SOURCES += main.cpp \
icon.cpp
!macx:LIBS += -ltelldus-core -L../bin
macx:LIBS += -framework telldus-core
macx{
LIBS += -framework telldus-core
ICON = images/systray.icns
}
win32{
TARGET = ../../bin/SysTray
CONFIG += release