*** empty log message ***
This commit is contained in:
parent
cbcfe85ae4
commit
6424efca57
3
src/configure
vendored
3
src/configure
vendored
@ -2296,7 +2296,8 @@ it and/or set the QTDIR environment variable?" >&2;}
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $QTGUI
|
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
|
cp recoll.pro.in recoll.pro
|
||||||
${QMAKE} recoll.pro
|
${QMAKE} recoll.pro
|
||||||
if test $? != 0 ; then
|
if test $? != 0 ; then
|
||||||
|
|||||||
@ -116,7 +116,9 @@ it and/or set the QTDIR environment variable?])
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $QTGUI
|
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
|
cp recoll.pro.in recoll.pro
|
||||||
${QMAKE} recoll.pro
|
${QMAKE} recoll.pro
|
||||||
if test $? != 0 ; then
|
if test $? != 0 ; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user