qt5: Include the "out" derivation as well as the "dev" in qt5.full
Without a number of important Qt libraries (all of those with a "dev" derivation) are not included in the bundled package, and qmake can't find them. Fixes #110199
This commit is contained in:
parent
e0e241c219
commit
5cd983f6d3
|
@ -5,7 +5,7 @@ buildEnv {
|
|||
paths = [ qtbase ] ++ paths;
|
||||
|
||||
pathsToLink = [ "/bin" "/mkspecs" "/include" "/lib" "/share" ];
|
||||
extraOutputsToInstall = [ "dev" ];
|
||||
extraOutputsToInstall = [ "out" "dev" ];
|
||||
|
||||
postBuild = ''
|
||||
rm "$out/bin/qmake"
|
||||
|
|
Loading…
Reference in New Issue