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.
powersync-core/tests/auto/autotests.pri
2019-04-08 13:55:15 +02:00

19 lines
495 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
SOURCES += ../nymeatestbase.cpp \
HEADERS += ../nymeatestbase.h \
target.path = /usr/tests
INSTALLS += target