Remove lib/fonts symlinking from configure
The fonts directory is removed in 5.7. Avoid creating a broken symlink. Change-Id: I95d1970737f54810006c084436411fc95743f72d Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
a224dfc9d1
commit
31a880f1f3
8
configure
vendored
8
configure
vendored
@ -3372,14 +3372,6 @@ if [ "$OPT_SHADOW" = "yes" ]; then
|
|||||||
mkdir -p "$outpath/mkspecs"
|
mkdir -p "$outpath/mkspecs"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# symlink fonts to be able to run application from build directory
|
|
||||||
if [ ! -d "${outpath}/lib/fonts" ]; then
|
|
||||||
if [ "$PLATFORM" = "$XPLATFORM" ]; then
|
|
||||||
mkdir -p "${outpath}/lib"
|
|
||||||
ln -s "${relpath}/lib/fonts" "${outpath}/lib/fonts"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# detect build style
|
# detect build style
|
||||||
if [ "$CFG_DEBUG" = "auto" ]; then
|
if [ "$CFG_DEBUG" = "auto" ]; then
|
||||||
if [ "$XPLATFORM_MAC" = "yes" -o "$XPLATFORM_MINGW" = "yes" ]; then
|
if [ "$XPLATFORM_MAC" = "yes" -o "$XPLATFORM_MINGW" = "yes" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user