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 \
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue