Commit 1fce7cf
Fix CI: add qtmultimedia to optional cmake prefix loop
Qt6TextToSpeech depends on Qt6Multimedia internally. Removing qtmultimedia
from the required-check loop also removed it from CMAKE_PREFIX_PATH, so
CMake could not find Qt6Multimedia when resolving Qt6TextToSpeech.
Move it to the optional loop — it is always present as a transitive dep
of qtspeech so it will always be picked up, without making it a hard
install requirement.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c1d28cf commit 1fce7cf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments