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:
Dylan Baker 2021-03-23 13:29:46 -07:00
parent e0e241c219
commit 5cd983f6d3

View file

@ -5,7 +5,7 @@ buildEnv {
paths = [ qtbase ] ++ paths;
pathsToLink = [ "/bin" "/mkspecs" "/include" "/lib" "/share" ];
extraOutputsToInstall = [ "dev" ];
extraOutputsToInstall = [ "out" "dev" ];
postBuild = ''
rm "$out/bin/qmake"