fix mocktcpserver

This commit is contained in:
Michael Zanetti 2014-05-04 01:00:43 +02:00
parent 6a45a1c832
commit 7eb0cc1963
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ CONFIG += testcase c++11
include($$top_srcdir/server/server.pri)
DEFINES += TESTING_ENABLED
INCLUDEPATH += $$top_srcdir/server/ $$top_srcdir/server/jsonrpc $$top_srcdir/libguh $$top_srcdir/tests/auto/
LIBS += -L$$top_builddir/libguh/ -lguh -L$$top_builddir/plugins/deviceplugins/mock/ -lguh_devicepluginmock
QMAKE_LFLAGS += -Wl,--rpath=$$top_builddir/libguh

View File

@ -3,7 +3,6 @@ TARGET = versioning
include(../../../guh.pri)
include(../autotests.pri)
DEFINES += TESTING_ENABLED
DEFINES += TESTS_SOURCE_DIR=\\\"$$top_srcdir/tests/auto/\\\"
SOURCES += testversioning.cpp