Merge pull request #239973 from wegank/qt6-full-fix
qt6.full: unlink qmake6
This commit is contained in:
commit
c68c55ba24
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue