Linked systray against the framework on Mac OS X
This commit is contained in:
parent
8fcf4c3fb6
commit
b4449de5fa
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue