From f6d0b717001c17aa985c3159ad2df8cc40fbbc02 Mon Sep 17 00:00:00 2001 From: Marius Storm-Olsen Date: Mon, 8 Nov 2010 20:09:10 -0600 Subject: Some changes for qtbase --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 976267ebff..5e3e40fab1 100755 --- a/configure +++ b/configure @@ -8820,11 +8820,11 @@ EXEC="" echo "Finding project files. Please wait..." if [ "$CFG_NOPROCESS" != "yes" ]; then - "$outpath/bin/qmake" -prl -r "${relpath}/projects.pro" - if [ -f "${relpath}/projects.pro" ]; then + "$outpath/bin/qmake" -prl -r "${relpath}/qtbase.pro" + if [ -f "${relpath}/qtbase.pro" ]; then mkfile="${outpath}/Makefile" [ -f "$mkfile" ] && chmod +w "$mkfile" - QTDIR="$outpath" "$outpath/bin/qmake" -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile" + QTDIR="$outpath" "$outpath/bin/qmake" -spec "$XQMAKESPEC" "${relpath}/qtbase.pro" -o "$mkfile" fi fi -- cgit v1.2.3