Overview
Request 797861 accepted
- Move the speechd plugin's cmake file into the plugin subpackage
- Created by Vogtinator
- In state accepted
Loading...
Request History
Vogtinator created request
- Move the speechd plugin's cmake file into the plugin subpackage
cgiboudeaux accepted request
ok
for anyone wondering: Qt5TextToSpeechConfig does
file(GLOB pluginTargets "${CMAKE_CURRENT_LIST_DIR}/Qt5TextToSpeech_*Plugin.cmake")
then for eachpluginTargets
tries to include the matching CMake config file (which in return fails since the plugin belongs to another package)