Add missing file

This commit is contained in:
Hannah von Reth 2017-01-20 11:22:14 +01:00
parent 7c21be4e26
commit be045a2bdd
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
find_package(Qt5TextToSpeech QUIET)
set_package_properties(Qt5TextToSpeech PROPERTIES
PURPOSE "Support for speech Notifications"
TYPE OPTIONAL)
if(Qt5TextToSpeech_FOUND)
add_snore_plugin(Speech SOURCES speech.cpp TYPE SecondaryBackend LIBS Qt5::TextToSpeech)
endif()