Use builtin test data on Integrity

Looks like Integrity doesn't deal well with external test data either.

Pick-to: 6.3
Change-Id: I8beb5ac4d2440d40a7efdceae973e430a2354e9d
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
Alexey Edelev 2021-12-29 18:05:52 +01:00
parent 55433f90af
commit e2b98627a8

View File

@ -361,7 +361,7 @@ function(qt_internal_add_test name)
endif()
endif()
if(ANDROID OR IOS)
if(ANDROID OR IOS OR INTEGRITY)
set(builtin_testdata TRUE)
endif()