diff --git a/systray/src/images/systray.icns b/systray/src/images/systray.icns new file mode 100644 index 00000000..7cfe1d77 Binary files /dev/null and b/systray/src/images/systray.icns differ diff --git a/systray/src/src.pro b/systray/src/src.pro index 1882e23a..2bfbc4cf 100644 --- a/systray/src/src.pro +++ b/systray/src/src.pro @@ -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