qt6.full: unlink qmake6

This commit is contained in:
Weijia Wang 2023-06-26 20:05:02 +03:00
parent d4619023df
commit 4f27b527b7

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