blob: fe1e73a5a071e923a2f541c3c5a31143f5c7c691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
To Generate Qt Documentation:
Prerequisites:
* qtbase exists and qmake built
* qtbase's Makefile exists
* other modules exists as needed
Instructions:
$> 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.
|