From 3f7be6c85dea52732adb987c74bec320fad0eb0f Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 4 Oct 2013 17:51:15 +0200 Subject: [PATCH] Fix qt-qmake test that failed The reason was recent removal of qt.files. --- tests/qt-qmake | 11 +---------- tests/qt-qmake.files | 1 - 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 120000 tests/qt-qmake.files diff --git a/tests/qt-qmake b/tests/qt-qmake index ff684f5..719c9e1 100755 --- a/tests/qt-qmake +++ b/tests/qt-qmake @@ -1,15 +1,6 @@ #!/bin/bash -[[ $OMK_RULES != linux ]] && exit 0 - -. ./functions.sh - -touch config.omk-default -QTDIR=/usr/share/qt4 -export QTDIR -[ -d $QTDIR ] || canttest "Can't find QT4 instalation" - QMAKE=qmake-qt4 export QMAKE -. ./test.inc +. qt diff --git a/tests/qt-qmake.files b/tests/qt-qmake.files deleted file mode 120000 index b19a45c..0000000 --- a/tests/qt-qmake.files +++ /dev/null @@ -1 +0,0 @@ -qt.files \ No newline at end of file -- 2.39.2