┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorElvis Angelaccio <[email protected]>2019-11-17 18:54:40 +0100
committerElvis Angelaccio <[email protected]>2019-11-17 18:54:40 +0100
commit6bcdb624291f98dbbdb0a30477689bdb89dd70e8 (patch)
tree379ef1f3e70c98dbfb70ff5c2bd2f2b745d8f7ba /src/tests/CMakeLists.txt
parent537dc7864ae31e7c1c9a0a0ecf559b7cace23a82 (diff)
parent77e705ef3c9ed3253ce421413ed0d3755c95f12d (diff)
Merge branch 'release/19.12'
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r--src/tests/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 6ecac1f1e..8d4498675 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -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