diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
commit | 5e580299e342bd77fc7479bbfd235f4446d7f05b (patch) | |
tree | 648aacd4de1f239d72be89ab9f2d4a97867d7920 /async/autotests/CMakeLists.txt | |
parent | b43c0cf97615957e097daef29ff8febc1ec884c8 (diff) | |
download | sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.tar.gz sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.zip |
KAsync has moved to it's own kasync.git repository
Diffstat (limited to 'async/autotests/CMakeLists.txt')
-rw-r--r-- | async/autotests/CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/async/autotests/CMakeLists.txt b/async/autotests/CMakeLists.txt deleted file mode 100644 index b2209ab..0000000 --- a/async/autotests/CMakeLists.txt +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | include(ECMAddTests) | ||
2 | |||
3 | ecm_add_test(asynctest.cpp | ||
4 | TEST_NAME asynctest | ||
5 | LINK_LIBRARIES KF5Async Qt5::Test | ||
6 | ) | ||
7 | |||
8 | if (WITH_KJOB) | ||
9 | ecm_add_test(kjobtest.cpp testkjob.cpp | ||
10 | TEST_NAME kjobtest | ||
11 | LINK_LIBRARIES KF5Async Qt5::Test KF5::CoreAddons | ||
12 | ) | ||
13 | endif() | ||