summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/opengl/graphicshelpergl4
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-10-07 10:20:57 +0100
committerMike Krus <mike.krus@kdab.com>2020-10-07 16:00:04 +0100
commitbcad723d9c657ab16acd7ae0d31d3b2de512afd4 (patch)
tree5ed4b7a3a48fb131576dc9f70c61f95a54045f87 /tests/auto/render/opengl/graphicshelpergl4
parent676685f3e1bfe0b93e4d64a0a308f0d24aa41858 (diff)
Use internal CMake API
Task-number: QTBUG-86815 Change-Id: I7a8755571c8977be1f16b2287e5a8055e9016ee5 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/render/opengl/graphicshelpergl4')
-rw-r--r--tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt b/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
index 4f466f0f2..494b686e8 100644
--- a/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
+++ b/tests/auto/render/opengl/graphicshelpergl4/CMakeLists.txt
@@ -4,7 +4,7 @@
## tst_graphicshelpergl4 Test:
#####################################################################
-qt_add_test(tst_graphicshelpergl4
+qt_internal_add_test(tst_graphicshelpergl4
SOURCES
tst_graphicshelpergl4.cpp
)
@@ -20,7 +20,7 @@ qt3d_setup_common_render_test(tst_graphicshelpergl4 USE_TEST_ASPECT)
include(${PROJECT_SOURCE_DIR}/src/plugins/renderers/opengl/opengl.cmake)
qt3d_setup_opengl_renderer_target(tst_graphicshelpergl4)
-qt_extend_target(tst_graphicshelpergl4 CONDITION gcov
+qt_internal_extend_target(tst_graphicshelpergl4 CONDITION gcov
COMPILE_OPTIONS
-fprofile-arcs
-ftest-coverage