Don't write absolute TargetSpec/HostSpec paths to qt.conf
Change-Id: Ifc25a26c5e59a214bdd8dc9398b4d0047fbb5ca2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
1289bc8172
commit
4c29eba248
4
configure
vendored
4
configure
vendored
@ -4187,8 +4187,8 @@ cat > "$QTCONFFILE" <<EOF
|
|||||||
Prefix=..
|
Prefix=..
|
||||||
[Paths]
|
[Paths]
|
||||||
Prefix=$QT_EXT_PREFIX
|
Prefix=$QT_EXT_PREFIX
|
||||||
TargetSpec=$XQMAKESPEC
|
TargetSpec=$XPLATFORM
|
||||||
HostSpec=$QMAKESPEC
|
HostSpec=$PLATFORM
|
||||||
EOF
|
EOF
|
||||||
if [ -n "$CFG_SYSROOT" ]; then
|
if [ -n "$CFG_SYSROOT" ]; then
|
||||||
cat >> "$QTCONFFILE" <<EOF
|
cat >> "$QTCONFFILE" <<EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user