mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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:
parent
47ec7eaea7
commit
6ed90874a6
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user