Merge pull request #239973 from wegank/qt6-full-fix

qt6.full: unlink qmake6
This commit is contained in:
Weijia Wang
2023-06-26 21:51:18 +02:00
committed by GitHub
+4 -2
View File
@@ -8,8 +8,10 @@ buildEnv {
extraOutputsToInstall = [ "out" "dev" ];
postBuild = ''
rm "$out/bin/qmake"
cp "${qtbase}/bin/qmake" "$out/bin"
for f in qmake qmake6; do
rm "$out/bin/$f"
cp "${qtbase}/bin/$f" "$out/bin"
done
cat >"$out/bin/qt.conf" <<EOF
[Paths]
Prefix = $out