Warning, /frameworks/kcontacts/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 
0002 include(ECMMarkAsTest)
0003 
0004 ########### next target ###############
0005 
0006 # FIXME: Build fails
0007 add_executable(testread testread.cpp)
0008 target_link_libraries(testread KF6Contacts KF6::I18n Qt6::Gui)
0009 
0010 ########### next target ###############
0011 
0012 # FIXME: Build fails
0013 add_executable(testwrite testwrite.cpp)
0014 target_link_libraries(testwrite KF6Contacts Qt6::Gui KF6::I18n)
0015 
0016 ########### next target ###############
0017 
0018 add_executable(testread2 testread2.cpp testutils.cpp)
0019 target_link_libraries(testread2 KF6Contacts Qt6::Gui)
0020 
0021 if (TARGET Qt6::Quick)
0022     add_executable(qmlintegrationtest
0023         qmlintegrationtest.cpp
0024         qmlintegrationtest.qrc
0025     )
0026     target_link_libraries(qmlintegrationtest PRIVATE KF6::Contacts Qt6::Quick)
0027 endif()