# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause

set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )

include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/../.. )
if (KDEPIM_RUN_AKONADI_TEST)
	set(KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE)
	set(KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE)

        add_akonadi_isolated_test_advanced( sendvcardsjobtest.cpp "../sendvcardsjob.cpp;../kaddressbook_sendvcardsplugin_debug.cpp" "KF${KF_MAJOR_VERSION}::Contacts;KF5::PimCommon;KPim${KF_MAJOR_VERSION}::MimeTreeParser;KF${KF_MAJOR_VERSION}::I18n;KPim${KF_MAJOR_VERSION}::AkonadiContact;KF${KF_MAJOR_VERSION}::Service;KF${KF_MAJOR_VERSION}::KIOGui")
endif()
