Disable file cache for shadergen

QtQuick3D's shadergen uses cache from user's home directory.
Disable the caching as it can lead to problems with pseudo.

Change-Id: I6b889fe94eb218d803ece49c9e0ca4ec18c3524a
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2022-11-07 14:42:48 +00:00
parent 47ec7eaea7
commit 6ed90874a6

View File

@ -42,3 +42,5 @@ do_install:append() {
-e 's|${STAGING_DIR_HOST}|$$[QT_SYSROOT]|g' \
-e '/QMAKE_PRL_BUILD_DIR/d' {} \;
}
export QT_DISABLE_SHADER_DISK_CACHE = "1"