modbus: retire les .depends vers les sous-projets libnymea-modbus/sunspec (lib systeme)

This commit is contained in:
Patrick Schurig 2026-05-31 17:49:31 +02:00
parent 19d982c2e7
commit 1b1c47c231

View File

@ -52,9 +52,7 @@ for(plugin, PLUGINS) {
message("- $${plugin}")
# Make sure the libs will be built before the plugins
equals(plugin, "sunspec") {
$${plugin}.depends += libnymea-sunspec
} else {
$${plugin}.depends += libnymea-modbus
}
} else {
error("Invalid plugin \"$${plugin}\".")