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.
2014-04-04 22:50:16 +02:00

18 lines
489 B
Prolog

TARGET = guhtests
QT += testlib network
CONFIG += testcase c++11
DEFINES += TESTING_ENABLED
INCLUDEPATH += $$top_srcdir/server/ $$top_srcdir/server/jsonrpc $$top_srcdir/libguh $$top_srcdir/tests/auto/
LIBS += -L$$top_builddir/libguh/ -lguh
QMAKE_LFLAGS += -Wl,--rpath=$$top_builddir/libguh
include($$top_srcdir/server/server.pri)
SOURCES += testjsonrpc.cpp \
mocktcpserver.cpp
HEADERS += mocktcpserver.h
LIBS += -L$$top_builddir/plugins/deviceplugins/mock/ -lguh_devicepluginmock