diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2012-09-25 10:47:40 +0200 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2012-09-25 14:30:12 +0200 |
commit | b6dec28dbd18972c68daa5141f16d5caa63fb96b (patch) | |
tree | 3b1f2aa0225ef00dc9bdb7aaea4c2e558651190f /README | |
parent | e51863ee1accf823a0982ea0d57d320152c86875 (diff) | |
download | qt-creator-b6dec28dbd18972c68daa5141f16d5caa63fb96b.tar.gz |
match Qt version in README with qtcreator.pro
Change-Id: I2ffd1d4fb8e3fa58a333de31ee06cf51d0cdbc5f
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,12 +10,12 @@ Windows 7, Windows XP SP2, Windows Vista (K)Ubuntu Linux 8.04 (32-bit and 64-bit) or later Mac OS 10.5 or later -Building the sources requires Qt 4.7.4 or later. +Building the sources requires Qt 4.8.0 or later. Compiling Qt Creator ==================== Prerequisites: - * Qt 4.7.4 + * Qt 4.8.0 * On Windows: - ActiveState Active Perl - MinGW 4.4 or later, Visual Studio 2008 or later @@ -36,7 +36,7 @@ Compiling Qt Quick Designer --------------------------- Qt Quick Designer (QmlDesigner plugin) depends on "private" headers from Qt -4.7.4, specifically from the QtDeclarative module. These private headers always +4.8.0, specifically from the QtDeclarative module. These private headers always end with an "_p.h". Nokia does not promise to keep these files or APIs binary or source compatible between releases. This means that when compiled, the plugin has a dependency to the exact Qt version it was compiled with. Running |