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-mqtt/nymea-mqtt.pro
2025-08-21 15:20:05 +02:00

12 lines
238 B
Prolog

TEMPLATE = subdirs
SUBDIRS += libnymea-mqtt server client
server.depends = libnymea-mqtt
client.depends = libnymea-mqtt
!disabletests {
SUBDIRS += tests
tests.depends = libnymea-mqtt
} else {
message("Build without tests")
}