Browse Source

use QTDIR inestead QT31DIR

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1938 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
77b39721e3
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      package/kde31/kdelibs31/kde-31.conf

+ 5
- 3
package/kde31/kdelibs31/kde-31.conf

@ -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 ...

Loading…
Cancel
Save