Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / CMakeLists.txt
blob13386015b4d7dd0ef86d661a2473cdad0b56fcda
2 add_definitions(-D_LARGEFILE64_SOURCE )
4 add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
6 add_subdirectory( src )
7 add_subdirectory( client )
9 add_subdirectory( about )
10 add_subdirectory( pics )
11 add_subdirectory( sidebar )
12 add_subdirectory( preloader )
13 #add_subdirectory( quickprint )
14 add_subdirectory( remoteencodingplugin )
15 add_subdirectory( settings )
16 add_subdirectory( kttsplugin )
18 if(UNIX)
19    add_subdirectory( shellcmdplugin )
20 endif(UNIX)
22 ########### install files ###############
23 install( FILES
24    kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop kfmclient_war.desktop
25    konqbrowser.desktop konquerorsu.desktop Home.desktop
26    DESTINATION  ${XDG_APPS_INSTALL_DIR} )
27 install( FILES konqueror.desktop  DESTINATION  ${SERVICES_INSTALL_DIR} )
29 install(FILES profile_webbrowsing.desktop    DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME webbrowsing)
30 install(FILES profile_filemanagement.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME filemanagement)
31 install(FILES profile_tabbedbrowsing.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME tabbedbrowsing)
32 install(FILES profile_kde_devel.desktop      DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME kde_devel)
34 if(NOT WIN32)
35    install(FILES profile_midnightcommander.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME midnightcommander)
36 endif(NOT WIN32)