File 0001-ThermalMonitor.pro-Don-t-hardcode-the-qcustomplot-li.patch of Package thermald
From ad144f727f24c715760d85504b252ca579c33708 Mon Sep 17 00:00:00 2001 From: Fabian Vogt <fvogt@suse.de> Date: Tue, 25 Nov 2025 11:10:10 +0100 Subject: [PATCH] ThermalMonitor.pro: Don't hardcode the qcustomplot library name That way qmake can be called with LIBS+= during build. --- tools/thermal_monitor/ThermalMonitor.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/thermal_monitor/ThermalMonitor.pro b/tools/thermal_monitor/ThermalMonitor.pro index f89d55d58640..da0890937121 100644 --- a/tools/thermal_monitor/ThermalMonitor.pro +++ b/tools/thermal_monitor/ThermalMonitor.pro @@ -16,7 +16,7 @@ TEMPLATE = app # Depending on distro and QT version # name can be different, so choose correct one for your distro -LIBS += -lQCustomPlot +#LIBS += -lQCustomPlot #LIBS += -lqcustomplot #LIBS += -lqcustomplot-qt6 -- 2.51.1