summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-06-04 13:09:24 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-06-04 13:11:19 +0200
commitb27dbd26d9a20ea1d190e1dd02decd40f3dc692a (patch)
treef2fbc154a117d95bd3226b4cb905faa3520b1901 /README
parent465675d3329fe0b504602069cd64a4a162aa2dab (diff)
downloadqt-creator-b27dbd26d9a20ea1d190e1dd02decd40f3dc692a.tar.gz
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
Diffstat (limited to 'README')
-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
-------------------------------------------------