From 0603e18cd4e36b988196a99810f2e3e803fe3125 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Thu, 16 Dec 2021 19:29:22 +0100 Subject: Port back to KFilePlacesView This removes the custom-view engine version of the places panel and replaces it with the upstream `KFilePlacesView` from KIO. --- src/tests/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tests/CMakeLists.txt') diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index e9a0e2dce..95ba01861 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -69,11 +69,6 @@ LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) # DragAndDropHelperTest ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test) -# PlacesItemModelTest -ecm_add_test(placesitemmodeltest.cpp -TEST_NAME placesitemmodeltest -LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) - find_gem(test-unit) set_package_properties(Gem:test-unit PROPERTIES TYPE RECOMMENDED -- cgit v1.3.1