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
2018-05-29 13:33:58 +02:00

24 lines
637 B
INI

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