┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2019-09-15 10:25:16 +0200
committerElvis Angelaccio <[email protected]>2019-09-15 10:34:41 +0200
commitb4188442d184cf8b9a10443adfc3c7e3e88caa80 (patch)
tree36c2138ff408ebd401525b7444aac7cc929ee87b /src
parentc150ee4e101f88a38b43c6674f2892b651f795ca (diff)
Bring back placesitemmodeltest
KIO_VERSION is not defined, KF5_VERSION is.
Diffstat (limited to 'src')
-rw-r--r--src/tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index a0c9bbf38..44a413bd9 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -71,7 +71,7 @@ LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test)
# PlacesItemModelTest
-if (KIO_VERSION VERSION_GREATER_EQUAL "5.60.0")
+if (KF5_VERSION VERSION_GREATER_EQUAL "5.60.0")
ecm_add_test(placesitemmodeltest.cpp
TEST_NAME placesitemmodeltest
LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)