Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 145445 | Differences between
and this patch

Collapse All | Expand All

(-)qpxtool-0.6.0.4/qpxtool/old.build (-2 / +2 lines)
Lines 8-17 Link Here
8
if [ -r $bin.pro ] ; then
8
if [ -r $bin.pro ] ; then
9
    echo "project file found..."
9
    echo "project file found..."
10
else
10
else
11
    qmake -project "INCLUDEPATH+= ../lib/qpxtransport/include ../lib/qpxplextor/include ../lib/qpxpioneer/include ../lib/qpxscan/include" "LIBS+=-lqpxtransport -lqpxplextor -lqpxpioneer -lqpxscan" "LIBPATH+=../lib/lib"
11
    $QTDIR/bin/qmake -project "INCLUDEPATH+= ../lib/qpxtransport/include ../lib/qpxplextor/include ../lib/qpxpioneer/include ../lib/qpxscan/include" "LIBS+=-lqpxtransport -lqpxplextor -lqpxpioneer -lqpxscan" "LIBPATH+=../lib/lib"
12
fi
12
fi
13
13
14
qmake	# this will regenerate Makefile - enable, if you have compilation problems
14
$QTDIR/bin/qmake	# this will regenerate Makefile - enable, if you have compilation problems
15
#b_os=`uname -s`
15
#b_os=`uname -s`
16
#b_release=`uname -r`
16
#b_release=`uname -r`
17
#b_version=`uname -v`
17
#b_version=`uname -v`

Return to bug 145445