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 \
icon.cpp
#menu.cpp
LIBS += -ltelldus-core -L../bin
!macx:LIBS += -ltelldus-core -L../bin
macx:LIBS += -framework telldus-core
win32{
TARGET = ../../bin/SysTray
CONFIG += release
@ -16,4 +17,4 @@ HEADERS += icon.h
#menu.h
RESOURCES += resource.qrc
RC_FILE = systray.rc
TRANSLATIONS = SysTray_sv.ts
TRANSLATIONS = SysTray_sv.ts