From c0c4e14e5859546d9308e0107d9f9b12249d5896 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:59:24 +1000 Subject: plugin/fsm: async update --- plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/CMakeLists.txt') diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index a38d3c4..9d5f128 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui) +find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent) if(QT_KNOWN_POLICY_QTP0001) qt_policy(SET QTP0001 NEW) -- cgit v1.2.3-freya