diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 23:58:31 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-28 23:58:31 +0100 |
commit | edea0f2fc34738de52a58f00c676e814f7a8c2fd (patch) | |
tree | d95082318d2e71d0a35847e92150b0d3762d094b /src/tests/CMakeLists.txt | |
parent | Ok, we have 12 empty tests working... :) (diff) | |
download | rekonq-edea0f2fc34738de52a58f00c676e814f7a8c2fd.tar.xz |
First works on new Unit Tests..
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r-- | src/tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt index 0230a5ce..e05a056b 100644 --- a/src/tests/CMakeLists.txt +++ b/src/tests/CMakeLists.txt @@ -67,6 +67,7 @@ target_link_libraries( protocolhandler_test kdeinit_rekonq ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS} + ${KDE4_KDEWEBKIT_LIBS} ${QT_QTTEST_LIBRARY} ) |