summaryrefslogtreecommitdiff
path: root/plugin/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-02 16:59:24 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-02 16:59:24 +1000
commitc0c4e14e5859546d9308e0107d9f9b12249d5896 (patch)
treedbf3db9fcea1dfa3c0d9c819ee1a015d39356bd0 /plugin/CMakeLists.txt
parentplugin/fsm: only update changed dir (diff)
downloadcaelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.tar.gz
caelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.tar.bz2
caelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.zip
plugin/fsm: async update
Diffstat (limited to 'plugin/CMakeLists.txt')
-rw-r--r--plugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)