|
a/src/configure |
|
b/src/configure |
|
... |
|
... |
2294 |
it and/or set the QTDIR environment variable?" >&2;}
|
2294 |
it and/or set the QTDIR environment variable?" >&2;}
|
2295 |
{ (exit 1); exit 1; }; }
|
2295 |
{ (exit 1); exit 1; }; }
|
2296 |
fi
|
2296 |
fi
|
2297 |
|
2297 |
|
2298 |
cd $QTGUI
|
2298 |
cd $QTGUI
|
2299 |
# We just want a .pro file: no problem with unsubstituted variables
|
2299 |
# We just want a .pro file: no problem with unsubstituted variables for now
|
|
|
2300 |
test -f recoll.pro && chmod +w recoll.pro
|
2300 |
cp recoll.pro.in recoll.pro
|
2301 |
cp recoll.pro.in recoll.pro
|
2301 |
${QMAKE} recoll.pro
|
2302 |
${QMAKE} recoll.pro
|
2302 |
if test $? != 0 ; then
|
2303 |
if test $? != 0 ; then
|
2303 |
{ { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to
|
2304 |
{ { echo "$as_me:$LINENO: error: Cannot use qmake to generate a Makefile. Maybe you need to
|
2304 |
check the QTDIR and QMAKESPEC environment variables?" >&5
|
2305 |
check the QTDIR and QMAKESPEC environment variables?" >&5
|