summaryrefslogtreecommitdiffstats
path: root/src/testlib/selfcover.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/selfcover.cmake')
-rw-r--r--src/testlib/selfcover.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/selfcover.cmake b/src/testlib/selfcover.cmake
index c04ffa7b01..83af041951 100644
--- a/src/testlib/selfcover.cmake
+++ b/src/testlib/selfcover.cmake
@@ -17,7 +17,7 @@ endif()
# This enables verification that testlib itself is adequately tested,
# as a grounds for trusting that testing with it is useful.
-function(qt_apply_testlib_coverage_options target)
+function(qt_internal_apply_testlib_coverage_options target)
if (NOT FEATURE_testlib_selfcover)
return()
endif()