Fix CMake deprecation warning

Minimum Qt version is now 6.5
This commit is contained in:
Gavin MacGregor
2025-10-06 15:45:33 +01:00
parent 9a17a3624f
commit b573ee52b1

View File

@@ -56,7 +56,7 @@ install(DIRECTORY
qt_generate_deploy_app_script( qt_generate_deploy_app_script(
TARGET qteletextmaker TARGET qteletextmaker
FILENAME_VARIABLE deploy_script OUTPUT_SCRIPT deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR NO_UNSUPPORTED_PLATFORM_ERROR
) )
install(SCRIPT ${deploy_script}) install(SCRIPT ${deploy_script})