From d5afda9d953f423fb88100e0d496db87a0e3e47d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 4 Sep 2025 22:38:23 +1000 Subject: plugin: add BeatTracker Replaces beat-detector.cpp --- 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 9d5f128..0228765 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent) +find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent Multimedia) if(QT_KNOWN_POLICY_QTP0001) qt_policy(SET QTP0001 NEW) -- cgit v1.2.3-freya