From 803b6cf6d90de24d42906246c60d81c5156574e0 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Mon, 16 Mar 2026 02:05:43 +0300
Subject: Fix build with tqt in a nonstandard location

Otherwise the build were failing with:

  ld: cannot find -ltqt-mt: No such file or directory

-ltqt-mt origins from DCOP-shared.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 src/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8d4feb3..56707ef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -10,6 +10,7 @@ include_directories(
 )
 
 link_directories(
+  ${TQT_LIBRARY_DIRS}
   ${TDE_LIB_DIR}
 )
 
-- 
cgit v1.2.3

