Warning, /frameworks/networkmanager-qt/examples/secret_agent/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(secretAgentExample_SRCS
0002 main.cpp
0003 )
0004
0005 add_executable(secretAgentExample ${secretAgentExample_SRCS})
0006 target_link_libraries(secretAgentExample
0007 KF6::NetworkManagerQt
0008 Qt6::Core
0009 )