From 343668c8af912d417e3717aec615ffd38ebe4a5f Mon Sep 17 00:00:00 2001 From: Benjamin Mordaunt Date: Thu, 26 Dec 2024 02:39:11 +0000 Subject: [PATCH] [ax_have_qt] Add support for QtCharts --- m4/ax_have_qt.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/m4/ax_have_qt.m4 b/m4/ax_have_qt.m4 index 0b99a32..27eb655 100644 --- a/m4/ax_have_qt.m4 +++ b/m4/ax_have_qt.m4 @@ -90,6 +90,7 @@ win32 { } qtHaveModule(axcontainer): QT += axcontainer qtHaveModule(axserver): QT += axserver +qtHaveModule(charts): QT += charts qtHaveModule(concurrent): QT += concurrent qtHaveModule(core): QT += core qtHaveModule(dbus): QT += dbus -- 2.43.0