aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorcon <qtc-committer@nokia.com>2010-12-10 11:09:55 +0100
committercon <qtc-committer@nokia.com>2010-12-10 11:09:55 +0100
commitedeb41590836a533fcdb1a570f1fd9a1be782cf0 (patch)
tree24059ca0cea07b31b62a1e061e17930c3d877e19 /README
parent985e5d8dd6edef82acee45a5b93eda86755f79b4 (diff)
parentd2c7aad84d0d23ea699295a8555a1146a3eb1c6e (diff)
Merge remote branch 'origin/2.1'
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index ea0c882dff..973534fdd5 100644
--- a/README
+++ b/README
@@ -27,22 +27,22 @@ cd $BUILD_DIRECTORY
qmake $SOURCE_DIRECTORY/qtcreator.pro
make (or mingw32-make or nmake or jom, depending on your platform)
-QmlDesigner, QmlInspector require private headers
--------------------------------------------------
+QmlDesigner requires private headers from Qt 4.7.1
+--------------------------------------------------
-The QmlDesigner and QmlInspector plugins depend on "private" Qt headers,
-specifically from the QtDeclarative module. These private headers always end
-with an "_p.h", and Nokia does not make any promises to keep the files or API's
-binary or source compatible between releases. This means that when compiled,
-the two plugins have a dependency to the exact Qt version they were compiled
-with. Running Qt Creator with the plugins against updated Qt libraries (also for
-patch releases) might lead to link time failures, or even crashes.
+The QmlDesigner plugin depends on "private" headers from Qt 4.7.1, specifically from
+the QtDeclarative module. These private headers always end with an "_p.h", and Nokia
+does not make any promises to keep the files or API's 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 Qt Creator with the plugin against
+updated Qt libraries (also for patch releases) might lead to link time failures,
+or even crashes.
-If you want to disable the plugins, you can pass "QT_PRIVATE_HEADERS=" to qmake:
+If you want to disable the plugin, you can pass "QT_PRIVATE_HEADERS=" to qmake:
qmake "QT_PRIVATE_HEADERS=" $SOURCE_DIRECTORY/qtcreator.pro
-Anyhow, the plugins will not be compiled when the private header files needed
+Anyhow, the plugin will not be compiled when the private header files needed
are not found. This might be the case when you are using a Qt version from your
distribution, or when you installed your self-compiled Qt to a separate
directory via 'make install'. You can fix this by either re-building your Qt