]> rtime.felk.cvut.cz Git - omk.git/blob - tests/qt/qt-qmake
Rename runtest file according to the containing directory
[omk.git] / tests / qt / qt-qmake
1 #!/bin/sh
2
3 . ../functions.sh
4
5 touch config.omk-default
6 QTDIR=/usr/share/qt4
7 export QTDIR
8 [ -d $QTDIR ] || canttest "Can't find QT4 instalation"
9
10 QMAKE=qmake-qt4
11 export QMAKE
12
13 . ./test.inc