Changes between Version 34 and Version 35 of QtWebKitContrib


Ignore:
Timestamp:
Apr 28, 2009 11:49:47 PM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v34 v35  
    2222}}}
    2323
    24 == Running the tests ==
     24
     25== Hacking on QtWebKit ==
     26
     27 * [wiki:"QtWebKitHacking" QtWebKit overview]
     28
     29=== Running the tests ===
    2530To run the tests the normal WebKit layout test infrastructure is used. In addition you need a fixed set of fonts for testing. You can download them using SVN from the Trolltech Labs Subversion repository:
    2631
     
    4954The expected output can usually be found in the file with the same name as the test itself but with the .expected extension.
    5055
    51 == Hacking on QtWebKit ==
     56=== Building API Docs ===
    5257
    53  * [wiki:"QtWebKitHacking" QtWebKit overview]
     58Before you can build the API docs you need make sure to have Qt build from sources and run {{{make docs}}} in your Qt build directory once. This will ensure that the Qt API documentation is built and can be referenced from the QtWebKit docs and it will also ensure that qdoc (the tool that generates the API docs) is built.
     59
     60To build the QtWebKit API docs simply run {{{make docs}}} in your build directory, i.e. {{{WebKitBuild/Release}}}. The output will be generated in HTML in the {{{doc/html}}} subdirectory.
    5461
    5562== Information on Git for QtWebKit developers ==