summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/ui
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-01-06 19:41:48 +0100
committerSlávek Banko <[email protected]>2020-02-02 04:40:27 +0100
commit1037d386233764a3fd46c8e18699c874520d6d9e (patch)
treeefbf197f81d814e062bb40aec490056c46f5a5ec /kopete/protocols/jabber/ui
parent115400db72f2a55daa516ff56bd570902b42029a (diff)
downloadtdenetwork-1037d386233764a3fd46c8e18699c874520d6d9e.tar.gz
tdenetwork-1037d386233764a3fd46c8e18699c874520d6d9e.zip
kopete: Added ability to build with shared tqca library.
QCA files renamed to TQCA to match tqca library. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'kopete/protocols/jabber/ui')
-rw-r--r--kopete/protocols/jabber/ui/CMakeLists.txt2
-rw-r--r--kopete/protocols/jabber/ui/jabberregisteraccount.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/jabber/ui/CMakeLists.txt b/kopete/protocols/jabber/ui/CMakeLists.txt
index a4488d62..0493c9ee 100644
--- a/kopete/protocols/jabber/ui/CMakeLists.txt
+++ b/kopete/protocols/jabber/ui/CMakeLists.txt
@@ -16,13 +16,13 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/../libiris/iris/include
${CMAKE_CURRENT_SOURCE_DIR}/../libiris/iris/jabber
${CMAKE_CURRENT_SOURCE_DIR}/../libiris/iris/xmpp-im
- ${CMAKE_CURRENT_SOURCE_DIR}/../libiris/qca/src
${CMAKE_CURRENT_SOURCE_DIR}/../libiris/cutestuff/util
${CMAKE_CURRENT_SOURCE_DIR}/../../../libkopete
${CMAKE_CURRENT_SOURCE_DIR}/../../../libkopete/ui
${CMAKE_BINARY_DIR}
${TDE_INCLUDE_DIR}
${TQT_INCLUDE_DIRS}
+ ${TQCA_INCLUDE_DIR}
)
diff --git a/kopete/protocols/jabber/ui/jabberregisteraccount.cpp b/kopete/protocols/jabber/ui/jabberregisteraccount.cpp
index 753636e0..a75e206e 100644
--- a/kopete/protocols/jabber/ui/jabberregisteraccount.cpp
+++ b/kopete/protocols/jabber/ui/jabberregisteraccount.cpp
@@ -33,7 +33,7 @@
#include <tqtimer.h>
#include <tqregexp.h>
-#include <qca.h>
+#include <tqca.h>
#include "xmpp.h"
#include "xmpp_tasks.h"