16 lines
329 B
Prolog
16 lines
329 B
Prolog
include(../nymea-remoteproxy.pri)
|
|
|
|
CONFIG += testcase
|
|
QT += testlib
|
|
|
|
TARGET = nymea-remoteproxy-tests
|
|
|
|
INCLUDEPATH += ../libnymea-remoteproxy
|
|
LIBS += -L$$top_builddir/libnymea-remoteproxy/ -lnymea-remoteproxy
|
|
|
|
HEADERS += nymea-remoteproxy-tests.h
|
|
SOURCES += nymea-remoteproxy-tests.cpp
|
|
|
|
target.path = /usr/bin
|
|
INSTALLS += target
|