Changes between Version 34 and Version 35 of QtWebKitContrib
- Timestamp:
- Apr 28, 2009, 11:49:47 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v34 v35 22 22 }}} 23 23 24 == Running the tests == 24 25 == Hacking on QtWebKit == 26 27 * [wiki:"QtWebKitHacking" QtWebKit overview] 28 29 === Running the tests === 25 30 To 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: 26 31 … … 49 54 The expected output can usually be found in the file with the same name as the test itself but with the .expected extension. 50 55 51 == Hacking on QtWebKit==56 === Building API Docs === 52 57 53 * [wiki:"QtWebKitHacking" QtWebKit overview] 58 Before 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 60 To 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. 54 61 55 62 == Information on Git for QtWebKit developers ==