4 lines
184 B
Text
4 lines
184 B
Text
|
QT_ARCHIVE=`grep qt- ../debian/md5sums.src | awk '{ print $2 }'`
|
||
|
QTDIR=`pwd`/`echo "$QT_ARCHIVE" | sed -e 's/.tar.gz//'`
|
||
|
"$QTDIR"/bin/qmake -project -o linboGUI_1.pro -d -norecursive
|