]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/CMakeLists.txt
KDirectoryContentsCounter: scan first path not in cache
[dolphin.git] / src / tests / CMakeLists.txt
index 44a413bd934655e363c1ec5c1f02c5f57e91c724..8d4498675881910ceeec68bcb137042b5b16b4a3 100644 (file)
@@ -49,6 +49,13 @@ if (KF5Baloo_FOUND)
   LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
 endif()
 
+# DolphinQuery
+if (KF5Baloo_FOUND)
+  ecm_add_test(dolphinquerytest.cpp
+  TEST_NAME dolphinquerytest
+  LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
+endif()
+
 # KStandardItemModelTest
 ecm_add_test(kstandarditemmodeltest.cpp
 TEST_NAME kstandarditemmodeltest
@@ -71,7 +78,7 @@ LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
 ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test)
 
 # PlacesItemModelTest
-if (KF5_VERSION VERSION_GREATER_EQUAL "5.60.0")
+if (KF5_VERSION VERSION_GREATER_EQUAL 5.63.0)
     ecm_add_test(placesitemmodeltest.cpp
     TEST_NAME placesitemmodeltest
     LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)