[844] | 1 | include(compat.qdocconf)
|
---|
| 2 | include(macros.qdocconf)
|
---|
| 3 | include(qt-cpp-ignore.qdocconf)
|
---|
| 4 | include(qt-html-templates.qdocconf)
|
---|
| 5 | include(qt-defines.qdocconf)
|
---|
| 6 |
|
---|
| 7 | project = Qt
|
---|
| 8 | versionsym =
|
---|
[865] | 9 | version = 4.7.3
|
---|
[844] | 10 | description = Qt Reference Documentation
|
---|
| 11 | url = http://qt.nokia.com/doc/4.7
|
---|
| 12 |
|
---|
| 13 | edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \
|
---|
| 14 | QtXmlPatterns QtTest
|
---|
| 15 | edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtScriptTools QtSql QtSvg \
|
---|
| 16 | QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \
|
---|
| 17 | QtDesigner QtAssistant QAxContainer Phonon \
|
---|
| 18 | QAxServer QtUiTools QtTest QtDBus
|
---|
| 19 | edition.DesktopLight.modules = QtCore QtDBus QtGui Qt3SupportLight QtTest
|
---|
| 20 | edition.DesktopLight.groups = -graphicsview-api
|
---|
| 21 |
|
---|
| 22 | qhp.projects = Qt
|
---|
| 23 |
|
---|
| 24 | qhp.Qt.file = qt.qhp
|
---|
[865] | 25 | qhp.Qt.namespace = com.trolltech.qt.473
|
---|
[844] | 26 | qhp.Qt.virtualFolder = qdoc
|
---|
| 27 | qhp.Qt.indexTitle = Qt Reference Documentation
|
---|
| 28 | qhp.Qt.indexRoot =
|
---|
| 29 |
|
---|
| 30 | # Files not referenced in any qdoc file (last four are needed by qtdemo)
|
---|
| 31 | # See also extraimages.HTML
|
---|
| 32 | qhp.Qt.extraFiles = classic.css \
|
---|
| 33 | images/qt-logo.png \
|
---|
| 34 | images/taskmenuextension-example.png \
|
---|
| 35 | images/coloreditorfactoryimage.png \
|
---|
| 36 | images/dynamiclayouts-example.png \
|
---|
| 37 | images/stylesheet-coffee-plastique.png
|
---|
| |
---|