Changeset 561 for trunk/tools/qdoc3/test/qt.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.qdocconf
r2 r561 7 7 project = Qt 8 8 versionsym = 9 version = 4. 5.19 version = 4.6.1 10 10 description = Qt Reference Documentation 11 url = http:// doc.trolltech.com/4.511 url = http://qt.nokia.com/doc/4.6 12 12 13 edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \14 QtXmlPatterns QtTest15 13 edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \ 16 14 QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \ … … 23 21 24 22 qhp.Qt.file = qt.qhp 25 qhp.Qt.namespace = com.trolltech.qt.4 5123 qhp.Qt.namespace = com.trolltech.qt.460 26 24 qhp.Qt.virtualFolder = qdoc 27 25 qhp.Qt.indexTitle = Qt Reference Documentation … … 32 30 qhp.Qt.extraFiles = classic.css \ 33 31 images/qt-logo.png \ 34 images/trolltech-logo \35 32 images/taskmenuextension-example.png \ 36 33 images/coloreditorfactoryimage.png \ … … 38 35 images/stylesheet-coffee-plastique.png 39 36 40 qhp.Qt.filterAttributes = qt 4. 5.1 qtrefdoc41 qhp.Qt.customFilters.Qt.name = Qt 4. 5.142 qhp.Qt.customFilters.Qt.filterAttributes = qt 4. 5.137 qhp.Qt.filterAttributes = qt 4.6.1 qtrefdoc 38 qhp.Qt.customFilters.Qt.name = Qt 4.6.1 39 qhp.Qt.customFilters.Qt.filterAttributes = qt 4.6.1 43 40 qhp.Qt.subprojects = classes overviews examples 44 41 qhp.Qt.subprojects.classes.title = Classes … … 99 96 $QTDIR/src/3rdparty/phonon/ds9 \ 100 97 $QTDIR/src/3rdparty/phonon/qt7 \ 98 $QTDIR/src/3rdparty/phonon/mmf \ 101 99 $QTDIR/src/3rdparty/phonon/waveout 102 100 103 101 sources.fileextensions = "*.cpp *.qdoc *.mm" 104 102 examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp" 103 examples.imageextensions = "*.png" 105 104 106 105 exampledirs = $QTDIR/doc/src \ … … 108 107 $QTDIR/examples/tutorials \ 109 108 $QTDIR \ 110 $QTDIR/qmake/examples 109 $QTDIR/qmake/examples \ 110 $QTDIR/src/3rdparty/webkit/WebKit/qt/docs 111 111 imagedirs = $QTDIR/doc/src/images \ 112 112 $QTDIR/examples … … 114 114 tagfile = $QTDIR/doc/html/qt.tags 115 115 base = file:$QTDIR/doc/html 116 117 HTML.generatemacrefs = "true"
Note:
See TracChangeset
for help on using the changeset viewer.