*** empty log message ***

This commit is contained in:
dockes 2006-09-19 14:19:49 +00:00
parent cbcfe85ae4
commit 6424efca57
2 changed files with 5 additions and 2 deletions

3
src/configure vendored
View File

@ -2296,7 +2296,8 @@ it and/or set the QTDIR environment variable?" >&2;}
fi
cd $QTGUI
# We just want a .pro file: no problem with unsubstituted variables
# We just want a .pro file: no problem with unsubstituted variables for now
test -f recoll.pro && chmod +w recoll.pro
cp recoll.pro.in recoll.pro
${QMAKE} recoll.pro
if test $? != 0 ; then

View File

@ -116,7 +116,9 @@ it and/or set the QTDIR environment variable?])
fi
cd $QTGUI
# We just want a .pro file: no problem with unsubstituted variables
# We just want a .pro file: no problem with unsubstituted variables at
# this point.
test -f recoll.pro && chmod +w recoll.pro
cp recoll.pro.in recoll.pro
${QMAKE} recoll.pro
if test $? != 0 ; then