user avatar
Remove "All rights reserved" line from license headers.
Jason McDonald authored
As in the past, to avoid rewriting various autotests that contain
line-number information, an extra blank line has been inserted at the
end of the license text to ensure that this commit does not change the
total number of lines in the license header.

Change-Id: I26014382bafefcdb1cbb982e4a6a72dc94df09ae
Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarRohan McGovern <rohan.mcgovern@nokia.com>
7bd1b5d3
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.