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

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kcmperformance\")
0002 
0003 
0004 ########### next target ###############
0005 
0006 set(kcm_performance_PART_SRCS kcmperformance.cpp konqueror.cpp system.cpp )
0007 
0008 ki18n_wrap_ui(kcm_performance_PART_SRCS konqueror_ui.ui system_ui.ui )
0009 
0010 kcoreaddons_add_plugin(kcm_performance SOURCES ${kcm_performance_PART_SRCS} INSTALL_NAMESPACE "konqueror_kcms")
0011 
0012 target_link_libraries(kcm_performance
0013   KF${KF_MAJOR_VERSION}::ConfigWidgets
0014   KF${KF_MAJOR_VERSION}::KCMUtils
0015   KF${KF_MAJOR_VERSION}::KIOWidgets
0016   KF${KF_MAJOR_VERSION}::I18n
0017   Qt${KF_MAJOR_VERSION}::DBus)