kde_enable_exceptions()

find_package(Qt5Test CONFIG REQUIRED) #for qsignalspy.h

add_executable(testimapidle testimapidle.cpp)
target_link_libraries(testimapidle KF5IMAP Qt5::Test KF5::KIOCore Qt5::Network)

add_executable(testimapserver testimapserver.cpp)
target_link_libraries(testimapserver KF5IMAP Qt5::Test KF5::KIOCore Qt5::Network)
