summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>2015-12-09 15:58:55 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-12-10 07:23:00 +0000
commit4c29eba2484319541e0b2863b0dc1e7081228ec2 (patch)
tree7a5a237873fbfc0fa4f17dbb51ac3cdf5fbe2f4f /configure
parent1289bc8172a6829884a670a2f91ee863add5d042 (diff)
Don't write absolute TargetSpec/HostSpec paths to qt.conf
Change-Id: Ifc25a26c5e59a214bdd8dc9398b4d0047fbb5ca2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fb9d322684..bc44ec0d71 100755
--- a/configure
+++ b/configure
@@ -4187,8 +4187,8 @@ cat > "$QTCONFFILE" <<EOF
Prefix=..
[Paths]
Prefix=$QT_EXT_PREFIX
-TargetSpec=$XQMAKESPEC
-HostSpec=$QMAKESPEC
+TargetSpec=$XPLATFORM
+HostSpec=$PLATFORM
EOF
if [ -n "$CFG_SYSROOT" ]; then
cat >> "$QTCONFFILE" <<EOF