diff options
author | Timothy Pearson <[email protected]> | 2012-09-29 01:28:18 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-09-29 01:28:18 -0500 |
commit | 5feb80c8b48a0593d5c08903729ff40ec55dc4f3 (patch) | |
tree | 4d4f4c1cde3fa7a65e371b020de68581448cf424 /config.tests/unix/endian.test | |
parent | 4623775a226d3d21dac6fee77fcaa9bfa477e6b8 (diff) | |
download | tqt3-5feb80c8b48a0593d5c08903729ff40ec55dc4f3.tar.gz tqt3-5feb80c8b48a0593d5c08903729ff40ec55dc4f3.zip |
Automated update from Qt3
Diffstat (limited to 'config.tests/unix/endian.test')
-rwxr-xr-x | config.tests/unix/endian.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/unix/endian.test b/config.tests/unix/endian.test index 9f5c5661d..2a4e39f30 100755 --- a/config.tests/unix/endian.test +++ b/config.tests/unix/endian.test @@ -10,7 +10,7 @@ OUTDIR=$4 # build and run a test program test -d $OUTDIR/config.tests/unix/endian || mkdir -p $OUTDIR/config.tests/unix/endian -$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/endian/endiantest.pro -o $OUTDIR/config.tests/unix/endian/Makefile >/dev/null 2>&1 +$OUTDIR/bin/tqmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/endian/endiantest.pro -o $OUTDIR/config.tests/unix/endian/Makefile >/dev/null 2>&1 cd $OUTDIR/config.tests/unix/endian if [ "$VERBOSE" = "yes" ]; then |