Warning, /network/konqueror/plugins/uachanger/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########### next target ###############
0002 add_definitions(-DTRANSLATION_DOMAIN=\"uachangerplugin\")
0003 set(uachangerplugin_PART_SRCS uachangerplugin.cpp )
0004 
0005 add_library(uachangerplugin MODULE ${uachangerplugin_PART_SRCS})
0006 
0007 target_link_libraries(uachangerplugin KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Parts KF${KF_MAJOR_VERSION}::Konq)
0008 
0009 konqueror_install_plugin_in_namespaces(uachangerplugin)