From a324759edfd9d3470aa4dc5a6e5e966682cd70c2 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 15 Mar 2016 09:17:48 +0100 Subject: Prepared a settingstest --- accounts/maildir/tests/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 accounts/maildir/tests/CMakeLists.txt (limited to 'accounts/maildir/tests/CMakeLists.txt') diff --git a/accounts/maildir/tests/CMakeLists.txt b/accounts/maildir/tests/CMakeLists.txt new file mode 100644 index 00000000..cc7651b3 --- /dev/null +++ b/accounts/maildir/tests/CMakeLists.txt @@ -0,0 +1,6 @@ +include_directories(../) +cmake_policy(SET CMP0063 NEW) +add_executable(settingstest settingstest.cpp) +add_test(settingstest settingstest) +qt5_use_modules(settingstest Core Test Concurrent) +target_link_libraries(settingstest sink maildiraccount_static) -- cgit v1.2.3