From f3d086024b5e6987e8592a96c90be1293acbf2f5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 10 Sep 2025 22:57:12 +1000 Subject: plugin: remove multimedia dep Also remove QML module version --- plugin/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugin/CMakeLists.txt') diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 5fd58ad..062959c 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1,11 +1 @@ -find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent Multimedia) - -if(QT_KNOWN_POLICY_QTP0001) - qt_policy(SET QTP0001 NEW) -endif() - -string(REGEX MATCH "^[0-9]+\\.[0-9]+" VERSION_SHORT "${VERSION}") - -set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml") -qt_standard_project_setup() add_subdirectory(src/Caelestia) -- cgit v1.2.3-freya