summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2011-08-31 14:24:59 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-06 12:20:37 +0200
commitbd25e081d64c12594aeb175dec6575d26c36525b (patch)
treed87b72ca1174f859ed48ebc01952cb936456347d /README
parentfee1ca2300a5cdde50a313c3e7f3dbaf94163acd (diff)
downloadqtdoc-bd25e081d64c12594aeb175dec6575d26c36525b.tar.gz
Fixing qtdoc module's build instructions.
-Changed qdoc3 build rule to place the binary in qtdoc/bin/ -Created a rule to run 'make qmake' so that qdoc3 finds the modules -Added a README file Change-Id: I2402799cf84b970a8102f313fcd016b140acdcba Reviewed-on: http://codereview.qt.nokia.com/4213 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..a269cf20
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+To Generate Qt Documentation:
+
+Prerequisites:
+ * qtbase exists and qmake built
+ * qtbase's Makefile exists
+ * other modules exists as needed
+
+Instructions:
+ $> <path_to_Qt_5_qmake>/qmake
+ $> make online_docs