diff configure @ 9:ca1889e54806

Give the project file name explicitly (in case it differs from directory name, which we have no control over)
author Chris Cannam
date Sun, 25 Nov 2012 10:56:11 +0000
parents 158f40a613a5
children 8b7383948381
line wrap: on
line diff
--- a/configure	Sun Nov 25 10:50:21 2012 +0000
+++ b/configure	Sun Nov 25 10:56:11 2012 +0000
@@ -8518,7 +8518,7 @@
 fi
 
 
-if ! $QMAKE -r; then
+if ! $QMAKE -r tonioni.pro; then
    as_fn_error $? "qmake failed: Command was \"$QMAKE -r\"" "$LINENO" 5
 fi