19 lines
521 B
Plaintext
19 lines
521 B
Plaintext
QT += testlib network sql
|
|
CONFIG += testcase
|
|
|
|
INCLUDEPATH += $$top_srcdir/libnymea \
|
|
$$top_srcdir/libnymea-core \
|
|
$$top_srcdir/tests/auto/
|
|
|
|
LIBS += -L$$top_builddir/libnymea/ -lnymea \
|
|
-L$$top_builddir/libnymea-core/ -lnymea-core \
|
|
-L$$top_builddir/plugins/mock/ \
|
|
-lssl -lcrypto -laws-iot-sdk-cpp -lavahi-common -lavahi-client -lnymea-remoteproxyclient
|
|
|
|
SOURCES += ../nymeatestbase.cpp \
|
|
|
|
HEADERS += ../nymeatestbase.h \
|
|
|
|
target.path = /usr/tests
|
|
INSTALLS += target
|