Added an icon for Mac OS X
This commit is contained in:
parent
b74c4dfeda
commit
4971fb472f
2 changed files with 4 additions and 1 deletions
BIN
systray/src/images/systray.icns
Normal file
BIN
systray/src/images/systray.icns
Normal file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue