···5656if (TARGET Qt${QT_VERSION_MAJOR}::Multimedia)
5757 message("-- Found Qt::Multimedia")
5858else()
5959- message("-- QT::Multimedia not found, TTS preview not available")
5959+ message("-- Could not find QT::Multimedia, TTS preview not available")
6060endif()
6161if (TARGET Qt${QT_VERSION_MAJOR}::TextToSpeech)
6262 message("-- Found Qt::TextToSpeech")
6363else()
6464- message("-- QT::TextToSpeech not found, Qt TTS not available")
6464+ message("-- Could not find QT::TextToSpeech, Qt TTS not available")
6565endif()
66666767add_compile_definitions(QT_NO_USE_NODISCARD_FILE_OPEN)
···350350351351find_library(LIBBZ2 bz2)
352352if(${LIBBZ2} STREQUAL "LIBBZ2-NOTFOUND")
353353- message("-- bz2 not found, building our own")
353353+ message("-- Could not find system libbz2, building our own")
354354 add_library(bz2
355355 bzip2/blocksort.c
356356 bzip2/bzlib.c