Warning, /graphics/kdegraphics-thumbnailers/blend/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(blenderthumbnail INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/thumbcreator")
0002 
0003 target_sources(blenderthumbnail PRIVATE
0004     blendercreator.cpp
0005 )
0006 
0007 target_link_libraries(blenderthumbnail
0008     KF${QT_MAJOR_VERSION}::KIOGui
0009     KF${QT_MAJOR_VERSION}::Archive
0010     Qt::Core
0011 )