aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qbs.pro')
-rw-r--r--qbs.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbs.pro b/qbs.pro
index 7f74d2cb5..bcfd8a17e 100644
--- a/qbs.pro
+++ b/qbs.pro
@@ -22,7 +22,7 @@ defineTest(minQtVersion) {
}
!minQtVersion(4, 8, 0) {
- message("Cannot build Qt Creator with Qt version $${QT_VERSION}.")
+ message("Cannot build qbs with Qt version $${QT_VERSION}.")
error("Use at least Qt 4.8.0.")
}