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

0001 add_executable(teamdrive-example)
0002 
0003 target_sources(teamdrive-example PRIVATE
0004     main.cpp
0005     mainwindow.cpp mainwindow.h
0006     mainwindow.ui
0007 )
0008 
0009 # The Team Drives example is, inevitably, dependent on deprecated APIs.
0010 target_compile_options(teamdrive-example PRIVATE -Wno-deprecated-declarations)
0011 
0012 target_link_libraries(teamdrive-example
0013         Qt::Widgets
0014         Qt::Core
0015         KPim6GAPICore
0016         KPim6GAPIDrive
0017 )