From 506e551f4cb936c0b194c66293ef002576f9f7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 17 Dec 2025 11:06:28 +0100 Subject: [PATCH] Remove sql module since not required any more --- plugin/plugin.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/plugin.pro b/plugin/plugin.pro index d7bc534..19ef5b4 100644 --- a/plugin/plugin.pro +++ b/plugin/plugin.pro @@ -9,7 +9,7 @@ PKGCONFIG += nymea RESOURCES += ../dashboard.qrc QT -= gui -QT += network sql websockets dbus +QT += network websockets dbus HEADERS += experiencepluginevdash.h \ energymanagerdbusclient.h \