diff options
| author | Kai Uwe Broulik <[email protected]> | 2021-12-16 19:37:39 +0100 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2022-01-11 13:43:44 +0100 |
| commit | af2baf8047c0f4ca248b22f2c36074ad86a2020e (patch) | |
| tree | be75c546453206b798320a79b0c39c2a5e14461d /src/tests/CMakeLists.txt | |
| parent | 0603e18cd4e36b988196a99810f2e3e803fe3125 (diff) | |
Remove KStandardItem and KStandardItemModel
They were used by the custom places panel and are now unused.
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 95ba01861..909bc9edf 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -51,11 +51,6 @@ if (KF5Baloo_FOUND) LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) endif() -# KStandardItemModelTest -ecm_add_test(kstandarditemmodeltest.cpp -TEST_NAME kstandarditemmodeltest -LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) - # ViewPropertiesTest ecm_add_test(viewpropertiestest.cpp testdir.cpp TEST_NAME viewpropertiestest |
