qt6.full: Fix qt6 quick projects by also linking missing metatypes jsons

This commit is contained in:
Floris Stoica 2024-03-23 10:38:33 +02:00 committed by Bjørn Forsman
parent fd2ac5b6f3
commit 7623f58576
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ buildEnv {
inherit name;
paths = [ qtbase ] ++ paths;
pathsToLink = [ "/bin" "/mkspecs" "/include" "/lib" "/share" "/libexec" ];
pathsToLink = [ "/metatypes" "/bin" "/mkspecs" "/include" "/lib" "/share" "/libexec" ];
extraOutputsToInstall = [ "out" "dev" ];
postBuild = ''