diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-12-22 14:39:01 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-12-22 14:39:01 (GMT) |
commit | 5a669718e9cc0b22eb420eb77dd684e63158a398 (patch) | |
tree | ba0b4ff507ae137f62598f757daae019f8f9f47d /tools | |
parent | 5952f2df96c06a7ce9e7745a1de7757fd1450079 (diff) | |
download | Qt-5a669718e9cc0b22eb420eb77dd684e63158a398.zip Qt-5a669718e9cc0b22eb420eb77dd684e63158a398.tar.gz Qt-5a669718e9cc0b22eb420eb77dd684e63158a398.tar.bz2 |
Revert variable overwritten by copying from Qt5
Reviewed-by: Trust me
Diffstat (limited to 'tools')
-rw-r--r-- | tools/qdoc3/test/qt-html-default-styles.qdocconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/test/qt-html-default-styles.qdocconf b/tools/qdoc3/test/qt-html-default-styles.qdocconf index b8d95e5..31fa9b9 100644 --- a/tools/qdoc3/test/qt-html-default-styles.qdocconf +++ b/tools/qdoc3/test/qt-html-default-styles.qdocconf @@ -2,7 +2,7 @@ # specified relative to the template directory and will be copied into # subdirectories of the output directory. -HTML.templatedir = $MODULE_SOURCE_TREE/doc/src/template +HTML.templatedir = $QT_SOURCE_TREE/doc/src/template HTML.stylesheets = style/offline.css |