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

0001 
0002 
0003 
0004 
0005 ########### next target ###############
0006 add_definitions(-DTRANSLATION_DOMAIN=\"autorefresh\")
0007 
0008 set(autorefresh_PART_SRCS autorefresh.cpp )
0009 
0010 add_library(autorefresh MODULE ${autorefresh_PART_SRCS})
0011 
0012 target_link_libraries(autorefresh KF${KF_MAJOR_VERSION}::I18n KF${KF_MAJOR_VERSION}::Parts KF${KF_MAJOR_VERSION}::IconThemes KF${KF_MAJOR_VERSION}::Konq)
0013 
0014 konqueror_install_plugin_in_namespaces(autorefresh)