CMake/Utilities/Sphinx
Stephen Kelly 3a572290cc Help: Workaround Qt 4.8 assistant bug in CSS handling.
Assistant in Qt 4.8 does not handle css import paths relative to
the includer.  This is fixed in Qt 4.8 commit b95750a275 (Assistant: Set
the url on created QNetworkReply objects., 2014-03-31).  It is unknown
whether there will be a further Qt 4.8 release containing that commit.

Use a CMake script to pre-replace the content prior to generating the
qch file.  An alternative workaround of moving the files or adding
"_static" to the import path did not seem to work for existing Qt 4.8
versions.

The bug was fixed in the Qt 5 branch before Qt 5.0. The Qt 5 assistant
renders this workaround'ed version correctly too.
2014-04-01 19:45:08 +02:00
..
static Help: Configure html favicon 2013-11-05 08:59:02 -05:00
templates Help: Configure html page navigation bars 2013-11-05 08:58:56 -05:00
.gitignore Build Help documentation during CMake build using Sphinx 2013-10-16 09:22:37 -04:00
CMakeLists.txt Help: Workaround Qt 4.8 assistant bug in CSS handling. 2014-04-01 19:45:08 +02:00
apply_qthelp_css_workaround.cmake Help: Workaround Qt 4.8 assistant bug in CSS handling. 2014-04-01 19:45:08 +02:00
cmake.py Help: Add option to create and install Qt .qch file. 2014-03-31 23:55:08 +02:00
conf.py.in Help: Parse Copyright.txt instead of using current year 2013-11-13 09:18:57 -05:00