summaryrefslogtreecommitdiffstats
path: root/config.tests/unix/ptrsize.test
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2014-11-18 19:59:42 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-02-04 16:33:54 +0000
commit2a3cac756d39c71accefa30889e8eb48940300e5 (patch)
treebb619d459ecb30bce76f2627c64c270142be9d58 /config.tests/unix/ptrsize.test
parentca15d0d7e1afb49f48a8fdfa24e3e638e6b6d3e4 (diff)
nuke pointless QT_BUILD_TREE assignments
this variable has been dead for the most part for some years. Change-Id: I834e23c5db4585cacfa7fa556509dabc030e5c37 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'config.tests/unix/ptrsize.test')
-rwxr-xr-xconfig.tests/unix/ptrsize.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/ptrsize.test b/config.tests/unix/ptrsize.test
index 3ad15dbd2b..4f42c6d11d 100755
--- a/config.tests/unix/ptrsize.test
+++ b/config.tests/unix/ptrsize.test
@@ -10,7 +10,7 @@ OUTDIR=$4
# build and run a test program
test -d "$OUTDIR/config.tests/unix/ptrsize" || mkdir -p "$OUTDIR/config.tests/unix/ptrsize"
-"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "CONFIG-=app_bundle" "$SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro" -o "$OUTDIR/config.tests/unix/ptrsize/Makefile" >/dev/null 2>&1
+"$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "CONFIG-=app_bundle" "$SRCDIR/config.tests/unix/ptrsize/ptrsizetest.pro" -o "$OUTDIR/config.tests/unix/ptrsize/Makefile" >/dev/null 2>&1
cd "$OUTDIR/config.tests/unix/ptrsize"
if [ "$VERBOSE" = "yes" ]; then