From 5c13fb9a7009fe1c4e6ea1b4205179db233829cd Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 1 Jan 2015 13:59:37 +0000 Subject: [PATCH] kget: fix libktorrent include path --- kget/transfer-plugins/bittorrent/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kget/transfer-plugins/bittorrent/CMakeLists.txt b/kget/transfer-plugins/bittorrent/CMakeLists.txt index d528206d..80894ea2 100644 --- a/kget/transfer-plugins/bittorrent/CMakeLists.txt +++ b/kget/transfer-plugins/bittorrent/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}") include_directories( ../../ - ${CMAKE_SOURCE_DIR}/libktorrent + ${CMAKE_SOURCE_DIR}/libktorrent/src ) set(kget_bittorrentfactory_PART_SRCS bttransfer.cpp -- 2.11.0