aboutsummaryrefslogtreecommitdiffstats
path: root/qbs.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-11-09 10:42:22 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-09 15:41:44 +0100
commit971576cc32172aae7c555a7e3da05870726a683f (patch)
treec9cf270b5c86e2ec7bdde6132c24dfa7859cbdf7 /qbs.pro
parent092851ddd6c3613ffab89f648316f7f3ff9bcb33 (diff)
Fix error string in qbs.pro.
Copy-paste fail!!! Change-Id: Ifaa2a84325f0da75b61cacfccd099ec8835217c7 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
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.")
}