27 lines
455 B
Prolog
27 lines
455 B
Prolog
include(../config.pri)
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
|
|
TARGET = zigbee-cli
|
|
|
|
LIBS += -L$$buildDir/libnymea-zigbee -lnymea-zigbee1
|
|
|
|
win32:LIBS += -L$$buildDir/libnymea-zigbee/debug -lnymea-zigbee1
|
|
|
|
|
|
INCLUDEPATH += ../libnymea-zigbee/
|
|
|
|
target.path = /usr/bin
|
|
INSTALLS += target
|
|
|
|
SOURCES += main.cpp \
|
|
#core.cpp \
|
|
#terminalcommander.cpp \
|
|
#terminalcommand.cpp
|
|
|
|
HEADERS += \
|
|
#core.h \
|
|
#terminalcommander.h \
|
|
#terminalcommand.h
|