| 1 | include(compat.qdocconf)
|
|---|
| 2 | include(macros.qdocconf)
|
|---|
| 3 |
|
|---|
| 4 | project = Qt
|
|---|
| 5 | description = Qt Reference Documentation
|
|---|
| 6 | url = http://doc.trolltech.com/4.5
|
|---|
| 7 |
|
|---|
| 8 | edition.Console = QtCore QtNetwork QtSql QtXml QtScript QtTest
|
|---|
| 9 | edition.Desktop = QtCore QtGui QtNetwork QtOpenGL QtSql QtSvg QtXml QtScript \
|
|---|
| 10 | QtDesigner QtAssistant Qt3Support QAxContainer \
|
|---|
| 11 | QAxServer QtUiTools QtTest QtDBus
|
|---|
| 12 | edition.DesktopLight = QtCore QtGui Qt3SupportLight QtTest
|
|---|
| 13 |
|
|---|
| 14 | language = Cpp
|
|---|
| 15 |
|
|---|
| 16 | norecursion = true
|
|---|
| 17 | sources.fileextensions = "*.cpp *.qdoc"
|
|---|
| 18 | sourcedirs = $QDOC_CURRENT_DIR
|
|---|
| 19 | headerdirs = $QDOC_CURRENT_DIR
|
|---|
| 20 | exampledirs = $QTDIR/doc/src \
|
|---|
| 21 | $QTDIR/examples \
|
|---|
| 22 | $QTDIR \
|
|---|
| 23 | $QTDIR/qmake/examples
|
|---|
| 24 | imagedirs = $QTDIR/doc/src/images \
|
|---|
| 25 | $QTDIR/examples
|
|---|
| 26 | outputdir = $QTDIR/doc/html
|
|---|
| 27 | indexdir = $QTDIR/doc/indexes
|
|---|
| 28 | indexes = $QDOC_INPUT_INDEXES
|
|---|
| 29 | outputindex = $QDOC_OUTPUT_INDEX
|
|---|
| 30 | base = file:$QTDIR/doc/html
|
|---|
| 31 | versionsym = QT_VERSION_STR
|
|---|
| 32 | defines = Q_QDOC \
|
|---|
| 33 | QT_.*_SUPPORT \
|
|---|
| 34 | QT_.*_LIB \
|
|---|
| 35 | QT_COMPAT \
|
|---|
| 36 | QT_KEYPAD_NAVIGATION \
|
|---|
| 37 | QT3_SUPPORT \
|
|---|
| 38 | Q_WS_.* \
|
|---|
| 39 | Q_OS_.* \
|
|---|
| 40 | Q_BYTE_ORDER \
|
|---|
| 41 | __cplusplus
|
|---|
| 42 |
|
|---|
| 43 | codeindent = 1
|
|---|
| 44 | extraimages.HTML = qt-logo \
|
|---|
| 45 | trolltech-logo
|
|---|
| 46 |
|
|---|
| 47 | Cpp.ignoretokens = QAXFACTORY_EXPORT \
|
|---|
| 48 | QDESIGNER_COMPONENTS_LIBRARY \
|
|---|
| 49 | QDESIGNER_EXTENSION_LIBRARY \
|
|---|
| 50 | QDESIGNER_SDK_LIBRARY \
|
|---|
| 51 | QDESIGNER_SHARED_LIBRARY \
|
|---|
| 52 | QDESIGNER_UILIB_LIBRARY \
|
|---|
| 53 | QM_EXPORT_CANVAS \
|
|---|
| 54 | QM_EXPORT_DNS \
|
|---|
| 55 | QM_EXPORT_DOM \
|
|---|
| 56 | QM_EXPORT_FTP \
|
|---|
| 57 | QM_EXPORT_HTTP \
|
|---|
| 58 | QM_EXPORT_ICONVIEW \
|
|---|
| 59 | QM_EXPORT_NETWORK \
|
|---|
| 60 | QM_EXPORT_OPENGL \
|
|---|
| 61 | QM_EXPORT_SQL \
|
|---|
| 62 | QM_EXPORT_TABLE \
|
|---|
| 63 | QM_EXPORT_WORKSPACE \
|
|---|
| 64 | QM_EXPORT_XML \
|
|---|
| 65 | QT_ASCII_CAST_WARN \
|
|---|
| 66 | QT_BEGIN_HEADER \
|
|---|
| 67 | QT_DESIGNER_STATIC \
|
|---|
| 68 | QT_END_HEADER \
|
|---|
| 69 | QT_WIDGET_PLUGIN_EXPORT \
|
|---|
| 70 | Q_COMPAT_EXPORT \
|
|---|
| 71 | Q_CORE_EXPORT \
|
|---|
| 72 | Q_EXPLICIT \
|
|---|
| 73 | Q_EXPORT \
|
|---|
| 74 | Q_EXPORT_CODECS_CN \
|
|---|
| 75 | Q_EXPORT_CODECS_JP \
|
|---|
| 76 | Q_EXPORT_CODECS_KR \
|
|---|
| 77 | Q_EXPORT_PLUGIN \
|
|---|
| 78 | Q_GFX_INLINE \
|
|---|
| 79 | Q_GUI_EXPORT \
|
|---|
| 80 | Q_GUI_EXPORT_INLINE \
|
|---|
|
|---|