Warning, /pim/libkgapi/examples/files/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(files-example)
0002 
0003 target_sources(files-example PRIVATE
0004     main.cpp
0005     mainwindow.cpp mainwindow.h
0006     mainwindow.ui
0007 )
0008 
0009 target_link_libraries(files-example
0010         Qt::Widgets
0011         Qt::Core
0012         KPim6GAPICore
0013         KPim6GAPIDrive
0014 )