summaryrefslogtreecommitdiff
path: root/config.tests/x11
diff options
context:
space:
mode:
authorOlivier Goffart <olivier.goffart@nokia.com>2010-07-01 16:23:00 +0200
committerOlivier Goffart <olivier.goffart@nokia.com>2010-07-01 17:42:05 +0200
commit71547238ea4391636e37f5cf89905433faeb32d1 (patch)
tree78c85b9ec50e7f7275f75bc2a6ebf9afec2d67eb /config.tests/x11
parent80c2fbd7bb49483daf0a038a5e2ff85472a88ad2 (diff)
downloadqt4-tools-71547238ea4391636e37f5cf89905433faeb32d1.tar.gz
Symbian on Linux: $QTDIR/bin is not necessarily in the path.
So it would not find elf2e32_qtwrapper use the qtPrepareTool macro that does the right thing. But this macro need QT_BUILD_TREE to be defined, which is not defined yet early in the test process. So change the tests accordingly Reviewed-by: ossi
Diffstat (limited to 'config.tests/x11')
-rwxr-xr-xconfig.tests/x11/notype.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/x11/notype.test b/config.tests/x11/notype.test
index 3a01d8f1d7..1b534c8cb7 100755
--- a/config.tests/x11/notype.test
+++ b/config.tests/x11/notype.test
@@ -27,7 +27,7 @@ if [ $XPLATFORM = "solaris-g++" -o $XPLATFORM = "hpux-g++" -o $XPLATFORM = "aix-
NOTYPE=yes
test -d "$OUTDIR/config.tests/x11/notype" || mkdir -p "$OUTDIR/config.tests/x11/notype"
- "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "$SRCDIR/config.tests/x11/notype/notypetest.pro" -o "$OUTDIR/config.tests/x11/notype/Makefile" >/dev/null 2>&1
+ "$OUTDIR/bin/qmake" -nocache -spec "$QMKSPEC" "QT_BUILD_TREE=$OUTDIR" "$SRCDIR/config.tests/x11/notype/notypetest.pro" -o "$OUTDIR/config.tests/x11/notype/Makefile" >/dev/null 2>&1
cd "$OUTDIR/config.tests/x11/notype"
if [ "$VERBOSE" = "yes" ]; then