[baloo] src: Complete removal of references to baloodebug.cpp which was deleted in the previous commit

Ben Cooksley null at kde.org
Fri Dec 8 09:41:33 UTC 2017


Git commit a7ebc07cad22e3c581960969e779940f992ba320 by Ben Cooksley.
Committed on 08/12/2017 at 09:41.
Pushed by bcooksley into branch 'master'.

Complete removal of references to baloodebug.cpp which was deleted in the previous commit

CCMAIL: montel at kde.org
CCMAIL: kde-frameworks-devel at kde.org

M  +0    -1    src/file/extractor/CMakeLists.txt
M  +0    -1    src/lib/CMakeLists.txt

https://commits.kde.org/baloo/a7ebc07cad22e3c581960969e779940f992ba320

diff --git a/src/file/extractor/CMakeLists.txt b/src/file/extractor/CMakeLists.txt
index 60c55cc2..945310ee 100644
--- a/src/file/extractor/CMakeLists.txt
+++ b/src/file/extractor/CMakeLists.txt
@@ -13,7 +13,6 @@ set(EXTRACTOR_SRCS
   ../storagedevices.cpp
   ../regexpcache.cpp
   ../fileexcludefilters.cpp
-  ../baloodebug.cpp
 )
 
 add_executable(baloo_file_extractor ${EXTRACTOR_SRCS})
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 08dabdf9..54dcf31b 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -22,7 +22,6 @@ set(BALOO_LIB_SRCS
     ../file/storagedevices.cpp
     ../file/regexpcache.cpp
     ../file/fileexcludefilters.cpp
-    ../file/baloodebug.cpp
 
     searchstore.cpp
 


More information about the Kde-frameworks-devel mailing list