fix i18nc typo in last commit
[kdeaccessibility.git] / ksayit / src / CMakeLists.txt
blob7374f31538ec6a0ddd7b04322ec4a8cffdd5ec00
2 include_directories( 
3     ${CMAKE_SOURCE_DIR}/ksayit/KTTSD_Lib
4     ${CMAKE_BINARY_DIR}/ksayit/KTTSD_Lib  )
7 ########### next target ###############
9 set(ksayit_SRCS 
10    doctreeviewimpl.cpp 
11    ksayitsystemtray.cpp 
12    ksayitviewimpl.cpp 
13    main.cpp 
14    voicesetupdlg.cpp 
15    ksayit.cpp 
16    parasaxparser.cpp 
17    saxhandler.cpp 
18    ksayitbookmarkhandler.cpp 
19    contextmenuhandler.cpp 
20    docbookclasses.cpp )
22 #   effectstack.cpp 
23 #   fxpluginhandler.cpp 
24 #   fxsetupimpl.cpp 
27 kde4_add_ui3_files(ksayit_SRCS DocTreeView.ui KSayItView.ui )
29 # fx_setup.ui
31 # kde4_add_dcop_skels(ksayit_SRCS ksayit.h )
33 kde4_add_executable(ksayit ${ksayit_SRCS})
35 target_link_libraries(ksayit 
36     ${KDE4_KDECORE_LIBS}
37     ${KDE4_KDEUI_LIBS}
38     ${KDE4_KIO_LIBS}
39     KTTSD_Lib )
40 #    kio )
41 #    artskde
42 #    soundserver_idl
43 #    artsflow )
45 install(TARGETS ksayit  ${INSTALL_TARGETS_DEFAULT_ARGS} )
48 ########### install files ###############
50 install( FILES ksayit.desktop  DESTINATION  ${XDG_APPS_INSTALL_DIR} )
51 install( FILES ksayitui.rc ContextMenus.xml  DESTINATION  ${DATA_INSTALL_DIR}/ksayit )
52 install( FILES ksayit_fxplugin.h DESTINATION ${INCLUDE_INSTALL_DIR})
54 kde4_install_icons( ${ICON_INSTALL_DIR}   )