Disable cryptography plugin. It does not build because of the kleo move back to kdepim.
[kdenetwork.git] / kopete / plugins / CMakeLists.txt
blobfc2e4e9ead36b3b10b478a2d3b0c0498ebe8b8ee
1 # Laurent this plugins use shell script which will not work on windows
2 if (UNIX)
3   add_subdirectory( latex ) 
4 endif (UNIX)
5 add_subdirectory( autoreplace ) 
6 add_subdirectory( history ) 
7 add_subdirectory( contactnotes ) 
8 message(STATUS "Disable cryptography plugin. It does not build because of the kleo move back to kdepim")
9 # add_subdirectory( cryptography )
10 add_subdirectory( connectionstatus ) 
11 add_subdirectory( translator ) 
12 add_subdirectory( nowlistening ) 
13 add_subdirectory( texteffect ) 
14 add_subdirectory( highlight ) 
15 add_subdirectory( alias ) 
16 add_subdirectory( addbookmarks ) 
17 #add_subdirectory( statistics ) 
18 add_subdirectory( privacy )
19 #add_subdirectory( javascript )
21 if( LIBXML2_FOUND AND LIBXSLT_FOUND )
22   add_subdirectory( webpresence )
23 endif( LIBXML2_FOUND AND LIBXSLT_FOUND )
25 #add_subdirectory(smpppdcs)
27 message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir smpppdcs (SuSE Meta PPP Daemon)")
28 message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir statistics (will be rewritten)")
29 message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir $(MOTIONAUTOAWAY_SUBDIR)")
30 message(STATUS "${CMAKE_CURRENT_SOURCE_DIR}: skipped subdir javascript")