From 6fec9646acdad2c8476ed487fa948bdc6be7a448 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 23 Jun 2023 09:23:55 +0200 Subject: [PATCH] Fix comment in QtModuleHelpers.cmake Don't talk about syncqt.pl anymore. Change-Id: If153ffde9992c784cf71ae1bb5192e5e4bbb8628 Reviewed-by: Amir Masoud Abdol Reviewed-by: Alexey Edelev --- cmake/QtModuleHelpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QtModuleHelpers.cmake b/cmake/QtModuleHelpers.cmake index 2cf6d824220..b11d1d8a2c7 100644 --- a/cmake/QtModuleHelpers.cmake +++ b/cmake/QtModuleHelpers.cmake @@ -834,7 +834,7 @@ set(QT_ALLOW_MISSING_TOOLS_PACKAGES TRUE)") if(NOT arg_NO_SYNC_QT AND NOT arg_NO_MODULE_HEADERS) list(APPEND interface_includes "$") - # syncqt.pl does not create a private header directory like 'include/6.0/QtFoo' unless + # syncqt does not create a private header directory like 'include/6.0/QtFoo' unless # the module has foo_p.h header files. For QtZlib, there are no such private headers, so we # need to make sure not to add such include paths unless the directory exists, otherwise # consumers of the module will fail at CMake generation time stating that