|
|
@ -33,13 +33,11 @@ licq_custmain () { |
|
|
|
eval $MAKE $makeopt ; eval $MAKE $makeopt install |
|
|
|
fi |
|
|
|
if [ $ROCKCFG_PKG_LICQ_QTG == 1 ] ; then |
|
|
|
export QTDIR="$QT31DIR" |
|
|
|
cd $builddir/licq-$ver/plugins/qt-gui |
|
|
|
eval ./configure $confopt |
|
|
|
eval $MAKE $makeopt ; eval $MAKE $makeopt install |
|
|
|
fi |
|
|
|
if [ $ROCKCFG_PKG_LICQ_KDE == 1 ] ; then |
|
|
|
export QTDIR="$QT31DIR" |
|
|
|
cd $builddir/licq-$ver/plugins/qt-gui |
|
|
|
eval ./configure $confopt --with-kde |
|
|
|
eval $MAKE $makeopt ; eval $MAKE $makeopt install |
|
|
|