summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMarius Storm-Olsen <marius.storm-olsen@nokia.com>2010-11-08 20:09:10 -0600
committeraxis <qt-info@nokia.com>2011-04-27 12:05:44 +0200
commitf6d0b717001c17aa985c3159ad2df8cc40fbbc02 (patch)
tree8ed945156e00673fffa79c02b0717d3cea224108 /configure
parent7e5b390746fe4e0ffbb11f9d8b4449013eb7f4ba (diff)
Some changes for qtbase
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
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