]> rtime.felk.cvut.cz Git - omk.git/blob - tests/qt-qmake
Preliminary support for Kconfig integration
[omk.git] / tests / qt-qmake
1 #!/bin/bash
2
3 [[ $OMK_RULES != linux ]] && exit 0
4
5 . ./functions.sh
6
7 touch config.omk-default
8 QTDIR=/usr/share/qt4
9 export QTDIR
10 [ -d $QTDIR ] || canttest "Can't find QT4 instalation"
11
12 QMAKE=qmake-qt4
13 export QMAKE
14
15 . ./test.inc