summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/groupwise
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2021-10-27 19:21:23 +0200
committerSlávek Banko <[email protected]>2021-10-28 16:53:21 +0200
commit460c7ebb080d867332218a936c69c54b91e0baaf (patch)
tree319872ec856991648d83db81a4686fa29a71fcd1 /kopete/protocols/groupwise
parentcf59cae20e7fef50fa5955e30be47aaf9851e028 (diff)
downloadtdenetwork-460c7ebb080d867332218a936c69c54b91e0baaf.tar.gz
tdenetwork-460c7ebb080d867332218a936c69c54b91e0baaf.zip
Fix FTBFS if the TQCA library is not installed on the default location
for the system libraries or in TQt libraries. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/protocols/groupwise')
-rw-r--r--kopete/protocols/groupwise/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/kopete/protocols/groupwise/CMakeLists.txt b/kopete/protocols/groupwise/CMakeLists.txt
index e5ceaee5..9e28509f 100644
--- a/kopete/protocols/groupwise/CMakeLists.txt
+++ b/kopete/protocols/groupwise/CMakeLists.txt
@@ -28,6 +28,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${TQCA_LIBRARY_DIRS}
)