This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2018-11-13 00:54:32 +01:00

17 lines
288 B
Prolog

QT += testlib network
QT -= gui
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
include(../../nymea-mqtt.pri)
INCLUDEPATH += $$top_srcdir/libnymea-mqtt/
SOURCES += test_operation.cpp
LIBS += -L$$top_builddir/libnymea-mqtt/ -lnymea-mqtt