Merge pull request #192778 from NickCao/qtdeclarative-closure

qt6.qtdeclarative: reduce closure size by removing reference to qtbase.dev
This commit is contained in:
Timothy DeHerrera 2022-10-16 10:43:52 -06:00 committed by GitHub
commit b2ece61426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,4 +32,8 @@ qtModule {
"bin/qmlscene"
"bin/qmltestrunner"
];
NIX_CFLAGS_COMPILE = [
"-fmacro-prefix-map=${qtbase.dev}=qtbase.dev"
];
}