Fix comment in QtModuleHelpers.cmake
Don't talk about syncqt.pl anymore. Change-Id: If153ffde9992c784cf71ae1bb5192e5e4bbb8628 Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
6f2832ee0e
commit
6fec9646ac
@ -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 "$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>")
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user