|
|
@ -15,9 +15,11 @@ if [ "$prefix_auto" = 1 ] ; then |
|
|
|
fi |
|
|
|
|
|
|
|
# make sure the right qt and kde libs are used |
|
|
|
export LD_LIBRARY_PATH="$QT31DIR/lib:/$prefix/lib:$LD_LIBRARY_PATH" |
|
|
|
export LD_LIBRARY_PATH="$QTDIR/lib:/$prefix/lib:$LD_LIBRARY_PATH" |
|
|
|
|
|
|
|
# KDE specific configure options |
|
|
|
confopt="$confopt --with-qt-dir=$QT31DIR --with-qt-includes=$QT31DIR/include \ |
|
|
|
--with-qt-libraries=$QT31DIR/lib" # --enable-final often breaks things ... |
|
|
|
confopt="$confopt --with-qt-dir=$QTDIR --with-qt-includes=$QTDIR/include \ |
|
|
|
--with-qt-libraries=$QTDIR/lib" |
|
|
|
|
|
|
|
# --enable-final often breaks things ... |
|
|
|
|