You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR}) |
|
set(KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE) |
|
set(KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE) |
|
|
|
add_akonadi_isolated_test(foldertreewidgettest.cpp) |
|
target_link_libraries(foldertreewidgettest KF5::Mime KF5::AkonadiWidgets KF5::MailCommon) |
|
|
|
|