summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/auto/render/opengl/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/render/opengl/CMakeLists.txt b/tests/auto/render/opengl/CMakeLists.txt
index 696d97bc0..778319a1d 100644
--- a/tests/auto/render/opengl/CMakeLists.txt
+++ b/tests/auto/render/opengl/CMakeLists.txt
@@ -5,9 +5,11 @@
if (NOT QT_BUILD_STANDALONE_TESTS)
add_subdirectory(filtercompatibletechniquejob)
+if (NOT ANDROID)
add_subdirectory(graphicshelpergl3_3)
add_subdirectory(graphicshelpergl3_2)
add_subdirectory(graphicshelpergl2)
+endif()
add_subdirectory(glshadermanager)
add_subdirectory(textures)
add_subdirectory(renderer)
@@ -21,7 +23,7 @@ if (NOT QT_BUILD_STANDALONE_TESTS)
if(TARGET Qt::Quick)
add_subdirectory(materialparametergathererjob)
endif()
- if(NOT MACOS)
+ if(NOT MACOS AND NOT ANDROID)
add_subdirectory(graphicshelpergl4)
endif()
endif()