diff options
| author | Elvis Angelaccio <[email protected]> | 2020-12-05 18:39:42 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2020-12-05 18:39:45 +0100 |
| commit | bc3e77d2ef2d76eaa3c1c18542b659b2c9b8716a (patch) | |
| tree | 263fe73fd725391447aeecf395e342bce605ffa1 /src/tests | |
| parent | c4a1903dd1fac76e0c8617e1973b0634f62d29cc (diff) | |
Drop obsolete KF5 version check
We depend on 5.77 now.
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/CMakeLists.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index a6fbf7845..ee0a1f3fd 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -74,11 +74,9 @@ LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test) # PlacesItemModelTest -if (KF5_VERSION VERSION_GREATER_EQUAL 5.63.0) - ecm_add_test(placesitemmodeltest.cpp - TEST_NAME placesitemmodeltest - LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test) -endif() +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 |
