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 )
19 add_subdirectory( shellcmdplugin )
22 ########### 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)
35 install(FILES profile_midnightcommander.desktop DESTINATION ${DATA_INSTALL_DIR}/konqueror/profiles/ RENAME midnightcommander)