diff options
Diffstat (limited to 'cmake/QtHeadersClean.cmake')
| -rw-r--r-- | cmake/QtHeadersClean.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/QtHeadersClean.cmake b/cmake/QtHeadersClean.cmake index f548a2321db..3e59d68629c 100644 --- a/cmake/QtHeadersClean.cmake +++ b/cmake/QtHeadersClean.cmake @@ -4,6 +4,8 @@ # Add a custom ${module_target}_headersclean_check target that builds each header in # ${module_headers} with a custom set of defines. This makes sure our public headers # are self-contained, and also compile with more strict compiler options. +# To enable the `headersclean` checks, pass `-headersclean` to `configure` +# or `qt-configure-module`. function(qt_internal_add_headersclean_target module_target module_headers) if(INPUT_headersclean AND WASM) message(FATAL_ERROR "The headersclean targets are not supported on WASM platform.") |
