aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-06-04 13:09:24 +0200
committerhjk <qtc-committer@nokia.com>2010-06-04 13:27:11 +0200
commita15608930a42b9fd73bd0c4c1b1ec24d9d075191 (patch)
treed1b0608e1ac1a653119a7e4045dc00024ef59355
parent23150b1d09230ae0cefff1103e826b39961ea4bb (diff)
Mention QTCREATOR_WITH_QML environment variable in README
We disabled the visible parts of the Qml support by default for the 2.0 release. Defining QTCREATOR_WITH_QML brings it back. This hack should be removed as soon as 2.0 is shipped. Reviewed-by: Daniel Molkentin (cherry picked from commit b27dbd26d9a20ea1d190e1dd02decd40f3dc692a)
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 276c530e13..5ec0ccc9a5 100644
--- a/README
+++ b/README
@@ -26,6 +26,12 @@ cd $BUILD_DIRECTORY
qmake $SOURCE_DIRECTORY/qtcreator.pro
make (or mingw32-make or nmake or jom, depending on your platform)
+Qml Support
+-----------
+
+Define the QTCREATOR_WITH_QML environment variable to enable Qml support
+(before running qmake).
+
QmlDesigner, QmlInspector require private headers
-------------------------------------------------