diff options
author | Slávek Banko <[email protected]> | 2021-10-27 19:21:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-11-02 02:34:18 +0100 |
commit | cb4b1c2735a825aa78b4cb6321db10a827dd7788 (patch) | |
tree | 473907cc331a12643c142399d1772ca4bee49822 | |
parent | 5bd57d1ff7de562665e31656de9d0b74340394d9 (diff) | |
download | tdenetwork-cb4b1c2735a825aa78b4cb6321db10a827dd7788.tar.gz tdenetwork-cb4b1c2735a825aa78b4cb6321db10a827dd7788.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]>
(cherry picked from commit 460c7ebb080d867332218a936c69c54b91e0baaf)
-rw-r--r-- | kopete/protocols/groupwise/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kopete/protocols/jabber/CMakeLists.txt | 1 | ||||
-rw-r--r-- | kopete/protocols/jabber/tdeioslave/CMakeLists.txt | 1 |
3 files changed, 3 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} ) diff --git a/kopete/protocols/jabber/CMakeLists.txt b/kopete/protocols/jabber/CMakeLists.txt index 9f234483..d300ddc7 100644 --- a/kopete/protocols/jabber/CMakeLists.txt +++ b/kopete/protocols/jabber/CMakeLists.txt @@ -48,6 +48,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${TQCA_LIBRARY_DIRS} ) diff --git a/kopete/protocols/jabber/tdeioslave/CMakeLists.txt b/kopete/protocols/jabber/tdeioslave/CMakeLists.txt index 4f612b99..fdb4e0a2 100644 --- a/kopete/protocols/jabber/tdeioslave/CMakeLists.txt +++ b/kopete/protocols/jabber/tdeioslave/CMakeLists.txt @@ -22,6 +22,7 @@ include_directories( link_directories( ${TQT_LIBRARY_DIRS} + ${TQCA_LIBRARY_DIRS} ) |