Warning, /utilities/kookbook/src/touch/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable(kookbooktouch
0002     main.cpp
0003     scanneradapter.cpp
0004     documentloader.cpp
0005     resources.qrc
0006     ${CMAKE_SOURCE_DIR}/doc/docs.qrc
0007     ${CMAKE_SOURCE_DIR}/icons/icons.qrc )
0008 target_link_libraries(kookbooktouch PRIVATE Qt::Qml Qt::Gui scanner parser utils)
0009 add_subdirectory(utils)
0010 
0011 install(TARGETS kookbooktouch DESTINATION ${KDE_INSTALL_BINDIR})
0012 install(FILES kookbooktouch.desktop DESTINATION ${KDE_INSTALL_APPDIR})