powersync-energy-plugin-etm/tests/auto/scheduler/scheduler.pro

24 lines
346 B
Prolog

include(../../../energyplugin/energyplugin.pri)
QT += testlib network
QT -= gui
CONFIG += link_pkgconfig testcase
PKGCONFIG += nymea nymea-energy
coverage {
LIBS += -lgcov
}
TARGET = nymeaenrgytestscheduler
HEADERS += \
testscheduler.h
SOURCES += \
testscheduler.cpp
target.path = $$[QT_INSTALL_PREFIX]/bin
INSTALLS += target