Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / kinfocenter / samba / CMakeLists.txt
blob2c4753a6b5905b593bedf429b4bbdf033f8e7500
1 add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
3 set(kcm_samba_PART_SRCS 
4    main.cpp 
5    ksmbstatus.cpp 
6    kcmsambaimports.cpp 
7    kcmsambalog.cpp 
8    kcmsambastatistics.cpp )
11 kde4_add_plugin(kcm_samba ${kcm_samba_PART_SRCS})
14 target_link_libraries(kcm_samba  ${KDE4_KDE3SUPPORT_LIBS} )
16 install(TARGETS kcm_samba  DESTINATION ${PLUGIN_INSTALL_DIR} )
19 ########### install files ###############
21 install( FILES smbstatus.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )