Warning, /frameworks/kio/src/protocoltojson/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMMarkNonGuiExecutable)
0002 
0003 # procotol to json converter
0004 add_executable(protocoltojson main.cpp)
0005 
0006 # Mark it as non-gui so we won't create an app bundle on Mac OS X
0007 ecm_mark_nongui_executable(protocoltojson)
0008 
0009 target_link_libraries(protocoltojson KF5::ConfigCore Qt${QT_MAJOR_VERSION}::Core)
0010 
0011 install(TARGETS protocoltojson ${KF_INSTALL_TARGETS_DEFAULT_ARGS})