diff options
| author | Elvis Angelaccio <[email protected]> | 2019-11-17 18:54:40 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2019-11-17 18:54:40 +0100 |
| commit | 6bcdb624291f98dbbdb0a30477689bdb89dd70e8 (patch) | |
| tree | 379ef1f3e70c98dbfb70ff5c2bd2f2b745d8f7ba /src/tests/CMakeLists.txt | |
| parent | 537dc7864ae31e7c1c9a0a0ecf559b7cace23a82 (diff) | |
| parent | 77e705ef3c9ed3253ce421413ed0d3755c95f12d (diff) | |
Merge branch 'release/19.12'
Diffstat (limited to 'src/tests/CMakeLists.txt')
| -rw-r--r-- | src/tests/CMakeLists.txt | 7 |
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 |
