aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2012-10-23 12:22:23 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2012-10-23 13:09:23 +0200
commit25005f4b7b918a4a62ba0a0545c72e18994ec949 (patch)
tree6b06bfc9162ac04861243869539669ac02d0d671 /README
parent1d067c0957c56b5926931132cf43853e57a7361e (diff)
be serious about the minimal supported Qt version
Change-Id: I1721501cbc54580298b42a47b4ca68a11e33ab6c Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index b1cf84347..54656196d 100644
--- a/README
+++ b/README
@@ -8,13 +8,13 @@ The main documentation is available as qdoc files in the doc subdirectory.
For building qbs you need:
- a C++ compiler
- - Qt >= 4.7
+ - Qt >= 4.8
2. Building qbs
===============
- - qmake -r
+ - qmake -r qbs.pro
- make
- make docs