summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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