SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kttsd / libkttsd / CMakeLists.txt
blob465b89085f762017ba589ae47021276ceb5ef2ed
2 set(kttsd_LIB_SRCS
3    pluginproc.cpp 
4    pluginconf.cpp 
5    testplayer.cpp 
6    stretcher.cpp 
7    talkercode.cpp 
8    filterproc.cpp 
9    filterconf.cpp 
10    utils.cpp 
11    talkerlistmodel.cpp 
12    selecttalkerdlg.cpp 
13    selectlanguagedlg.cpp) 
15 kde4_add_ui_files(kttsd_LIB_SRCS selecttalkerwidget.ui )
18 kde4_add_library(kttsd SHARED ${kttsd_LIB_SRCS})
20 target_link_libraries(kttsd
21     ${KDE4_KDECORE_LIBS}
22     ${KDE4_KDEUI_LIBS}
23     ${KDE4_KUTILS_LIBS}
24     ${KDE4_KDE3SUPPORT_LIBS} )
26 set_target_properties(kttsd PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
27 install(TARGETS kttsd  ${INSTALL_TARGETS_DEFAULT_ARGS} )
30 ########### install files ###############
32 install( FILES kttsd_synthplugin.desktop  DESTINATION  ${SERVICETYPES_INSTALL_DIR} )