From 080195800af59e01d899a4e1dfd188e176239763 Mon Sep 17 00:00:00 2001
From: Slávek Banko <slavek.banko@axis.cz>
Date: Sat, 14 Feb 2026 14:12:18 +0100
Subject: Fix potential FTBFS during parallel build and late processing of
 addressbookselectorwidget_base.kcfg.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
---
 kopete/kopete/addcontactwizard/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kopete/kopete/addcontactwizard/CMakeLists.txt b/kopete/kopete/addcontactwizard/CMakeLists.txt
index ce2c317c..eb9c3c54 100644
--- a/kopete/kopete/addcontactwizard/CMakeLists.txt
+++ b/kopete/kopete/addcontactwizard/CMakeLists.txt
@@ -24,4 +24,5 @@ include_directories(
 tde_add_library( kopeteaddcontactwizard STATIC_PIC AUTOMOC
   SOURCES
     addcontactwizard_base.ui addcontactwizard.cpp
+  DEPENDENCIES kopeteui_base_headers
 )
-- 
cgit v1.2.3

