From c8c90b9810789f4b3f0b9db3b652c6529daa64a7 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Thu, 5 Feb 2026 10:52:50 +0100 Subject: [PATCH] feat(desktop): add a new dependency on KDSingleApplication will enable merge of the desktop client switch to use external library for single application enforcement Signed-off-by: Matthieu Gallien --- client-qt6/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/client-qt6/Dockerfile b/client-qt6/Dockerfile index 0d20924..0cb33ff 100644 --- a/client-qt6/Dockerfile +++ b/client-qt6/Dockerfile @@ -64,6 +64,7 @@ RUN \ libkf6archive-dev \ extra-cmake-modules \ qtkeychain-qt6-dev \ + libkdsingleapplication-qt6-dev \ libsqlite3-dev \ qt6-5compat-dev \ # For cmocka based csync tests