qt54: create share/ in setupHook

This commit is contained in:
Thomas Tuegel 2015-08-23 14:29:09 -05:00
parent 9f50a1f456
commit b5b78eaf44

@ -59,7 +59,8 @@ else
qtOut=$out
fi
mkdir -p "$qtOut/bin" "$qtOut/mkspecs" "$qtOut/include" "$qtOut/nix-support" "$qtOut/lib"
mkdir -p "$qtOut/bin" "$qtOut/mkspecs" "$qtOut/include" \
"$qtOut/nix-support" "$qtOut/lib" "$qtOut/share"
cp "@out@/bin/qmake" "$qtOut/bin"
cat >"$qtOut/bin/qt.conf" <<EOF