From dba036816b279bc1539a9f3894fbc414665d2bce Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 21 Apr 2019 23:22:20 +0900 Subject: Removed unnecessary and/or TDE-unrelated code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michele Calgaro Signed-off-by: Slávek Banko --- tqtinterface/qt4/config.tests/unix/stl.test | 31 ----------------------------- 1 file changed, 31 deletions(-) delete mode 100755 tqtinterface/qt4/config.tests/unix/stl.test (limited to 'tqtinterface/qt4/config.tests/unix/stl.test') diff --git a/tqtinterface/qt4/config.tests/unix/stl.test b/tqtinterface/qt4/config.tests/unix/stl.test deleted file mode 100755 index 90c1925..0000000 --- a/tqtinterface/qt4/config.tests/unix/stl.test +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -STL=0 -QMKSPEC=$1 -VERBOSE=$2 -SRCDIR=$3 -OUTDIR=$4 - -# debuggery -[ "$VERBOSE" = "yes" ] && echo "Testing STL support..." - -# build a test program -test -d $OUTDIR/config.tests/unix/stl || mkdir -p $OUTDIR/config.tests/unix/stl -$OUTDIR/bin/qmake -nocache -spec "$QMKSPEC" $SRCDIR/config.tests/unix/stl/stltest.pro -o $OUTDIR/config.tests/unix/stl/Makefile >/dev/null 2>&1 -cd $OUTDIR/config.tests/unix/stl - -if [ "$VERBOSE" = "yes" ]; then - (make && ./stltest) -else - (make && ./stltest) >/dev/null 2>&1 -fi -STL=$? - -# done -if [ "$STL" -ne 0 ]; then - [ "$VERBOSE" = "yes" ] && echo "STL support disabled." - exit 0 -else - [ "$VERBOSE" = "yes" ] && echo "STL support enabled." - exit 1 -fi -- cgit v1.2.1