summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-11-08 12:59:15 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-08 13:19:12 +0100
commit64b4b92d21277b6c3380c31d05b2032abe92e1e1 (patch)
tree2882c0792c4cd146b2e54cea3a7515f11d6dc5bf /README
parenta93ff3e478899b738d39d0d51da81f8539ecd76f (diff)
downloadqtdoc-64b4b92d21277b6c3380c31d05b2032abe92e1e1.tar.gz
Update known issues in README.
There is a known issue that building to a prefix does not work. Change-Id: Ic1ee1751ead868dc003c3fdd48d96d8621ecfae8 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jerome Pasion <jerome.pasion@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index a269cf20..fe1e73a5 100644
--- a/README
+++ b/README
@@ -6,5 +6,9 @@ Prerequisites:
* other modules exists as needed
Instructions:
- $> <path_to_Qt_5_qmake>/qmake
$> make online_docs
+
+Known Issues:
+ * Building the documentation when Qt is built using the -prefix
+ flag when running configure does not work. Shadow building does
+ work.