Changeset 561 for trunk/tools/qdoc3/test/qt-build-docs.qdocconf
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/tools/qdoc3/test/qt-build-docs.qdocconf
r2 r561 7 7 project = Qt 8 8 description = Qt Reference Documentation 9 url = http:// doc.trolltech.com/4.59 url = http:// 10 10 11 edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \ 12 QtXmlPatterns QtTest 13 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtSql QtSvg \ 11 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \ 14 12 QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \ 15 13 QtDesigner QtAssistant QAxContainer Phonon \ … … 21 19 22 20 qhp.Qt.file = qt.qhp 23 qhp.Qt.namespace = com.trolltech.qt.4 5121 qhp.Qt.namespace = com.trolltech.qt.4 24 22 qhp.Qt.virtualFolder = qdoc 25 23 qhp.Qt.indexTitle = Qt Reference Documentation … … 30 28 qhp.Qt.extraFiles = classic.css \ 31 29 images/qt-logo.png \ 32 images/trolltech-logo \33 30 images/taskmenuextension-example.png \ 34 31 images/coloreditorfactoryimage.png \ … … 36 33 images/stylesheet-coffee-plastique.png 37 34 38 qhp.Qt.filterAttributes = qt 4. 5.1 qtrefdoc39 qhp.Qt.customFilters.Qt.name = Qt 4. 5.140 qhp.Qt.customFilters.Qt.filterAttributes = qt 4. 5.135 qhp.Qt.filterAttributes = qt 4..1 qtrefdoc 36 qhp.Qt.customFilters.Qt.name = Qt 4..1 37 qhp.Qt.customFilters.Qt.filterAttributes = qt 4..1 41 38 qhp.Qt.subprojects = classes overviews examples 42 39 qhp.Qt.subprojects.classes.title = Classes … … 101 98 sources.fileextensions = "*.cpp *.qdoc *.mm" 102 99 examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp" 100 103 101 104 102 exampledirs = $QT_SOURCE_TREE/doc/src \ … … 106 104 $QT_SOURCE_TREE/examples/tutorials \ 107 105 $QT_SOURCE_TREE \ 108 $QT_SOURCE_TREE/qmake/examples 106 $QT_SOURCE_TREE/qmake/examples \ 107 $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/docs 109 108 imagedirs = $QT_SOURCE_TREE/doc/src/images \ 110 109 $QT_SOURCE_TREE/examples … … 112 111 tagfile = $QT_BUILD_TREE/doc/html/qt.tags 113 112 base = file:$QT_BUILD_TREE/doc/html 113 114
Note:
See TracChangeset
for help on using the changeset viewer.