summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorDavi Ribeiro <104164579+Markus328@users.noreply.github.com>2025-08-29 01:07:47 -0300
committerGitHub <noreply@github.com>2025-08-29 14:07:47 +1000
commitb648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1 (patch)
tree4782f00bfd90b636231c77124d196446514f2be3 /plugin
parentci: no cpack (diff)
downloadcaelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.tar.gz
caelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.tar.bz2
caelestia-shell-b648477b91e3cb1aefd5b6b8fdd94ffbbd79fcb1.zip
nix: better nix develop + refactor (#490)
Diffstat (limited to 'plugin')
-rw-r--r--plugin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index a493c32..a7b176b 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required(VERSION 3.19)
find_package(Qt6 REQUIRED COMPONENTS Core Qml)
if(QT_KNOWN_POLICY_QTP0001)