summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qmake/library/qmakeevaluator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/library/qmakeevaluator.cpp b/qmake/library/qmakeevaluator.cpp
index edd1d5f38f..3e613038a3 100644
--- a/qmake/library/qmakeevaluator.cpp
+++ b/qmake/library/qmakeevaluator.cpp
@@ -1259,7 +1259,7 @@ bool QMakeEvaluator::loadSpec()
goto cool;
}
}
- evalError(fL1S("Could not find qmake configuration file %1.").arg(qmakespec));
+ evalError(fL1S("Could not find qmake spec '%1'.").arg(qmakespec));
return false;
}
cool: