diff options
Diffstat (limited to 'kopete/protocols/jabber/CMakeLists.txt')
-rw-r--r-- | kopete/protocols/jabber/CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/kopete/protocols/jabber/CMakeLists.txt b/kopete/protocols/jabber/CMakeLists.txt index 571b9ba0..9f234483 100644 --- a/kopete/protocols/jabber/CMakeLists.txt +++ b/kopete/protocols/jabber/CMakeLists.txt @@ -9,11 +9,6 @@ # ################################################# -if( NOT TQCA_FOUND ) - set( TQCA_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/libiris/qca/src ) - set( TQCA_LIBRARIES "tqca-static" ) -endif( ) - add_subdirectory( ui ) add_subdirectory( icons ) add_subdirectory( libiris ) @@ -48,7 +43,7 @@ include_directories( ${CMAKE_BINARY_DIR} ${TDE_INCLUDE_DIR} ${TQT_INCLUDE_DIRS} - ${TQCA_INCLUDE_DIR} + ${TQCA_INCLUDE_DIRS} ) link_directories( |