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-app/tests/testrunner/testrunner.pro
2020-03-26 23:31:42 +01:00

21 lines
482 B
INI

TEMPLATE = app
TARGET = meatestrunner
include(../../config.pri)
QT += core gui testlib bluetooth websockets
CONFIG += qmltestcase
INCLUDEPATH += ../../nymea-app/ \
../../libnymea-app
LIBS += -L$$top_builddir/libnymea-app/ -lnymea-app \
-lavahi-common -lavahi-client
win32:Debug:LIBS += -L$$top_builddir/libnymea-app/debug
win32:Release:LIBS += -L$$top_builddir/libnymea-app/release
SOURCES += testrunner.cpp
RESOURCES += \
$$top_srcdir/nymea-app/resources.qrc