pakutz79 253c5f487a feat: SchedulerManager v1 — build clean
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 22:02:01 +01:00

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