Linked systray against the framework on Mac OS X

This commit is contained in:
Micke Prag 2008-11-10 21:06:03 +00:00
parent 8fcf4c3fb6
commit b4449de5fa

View file

@ -2,8 +2,9 @@ TEMPLATE = app
SOURCES += main.cpp \ SOURCES += main.cpp \
icon.cpp icon.cpp
#menu.cpp
LIBS += -ltelldus-core -L../bin !macx:LIBS += -ltelldus-core -L../bin
macx:LIBS += -framework telldus-core
win32{ win32{
TARGET = ../../bin/SysTray TARGET = ../../bin/SysTray
CONFIG += release CONFIG += release