mirror of https://github.com/nymea/nymea-mqtt
18 lines
373 B
Plaintext
18 lines
373 B
Plaintext
QT += testlib network websockets
|
|
QT -= gui
|
|
|
|
CONFIG += qt console warn_on depend_includepath testcase
|
|
CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
include(../../nymea-mqtt.pri)
|
|
|
|
INCLUDEPATH += $$top_srcdir/libnymea-mqtt/
|
|
|
|
HEADERS += $${top_srcdir}/tests/common/mqtttests.h
|
|
|
|
SOURCES += $${top_srcdir}/tests/common/mqtttests.cpp
|
|
|
|
LIBS += -L$$top_builddir/libnymea-mqtt/ -lnymea-mqtt
|