| 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                 = QMake
 | 
|---|
| 8 | description             = QMake Manual
 | 
|---|
| 9 | url                     = http://qt.nokia.com/doc/4.7
 | 
|---|
| 10 | 
 | 
|---|
| 11 | indexes                 = $QT_BUILD_TREE/doc-build/html-qt/qt.index
 | 
|---|
| 12 | 
 | 
|---|
| 13 | qhp.projects            = qmake
 | 
|---|
| 14 | 
 | 
|---|
| 15 | qhp.qmake.file                = qmake.qhp
 | 
|---|
| 16 | qhp.qmake.namespace           = com.trolltech.qmake.473
 | 
|---|
| 17 | qhp.qmake.virtualFolder       = qdoc
 | 
|---|
| 18 | qhp.qmake.indexTitle          = QMake Manual
 | 
|---|
| 19 | qhp.qmake.extraFiles          = images/bg_l.png \
 | 
|---|
| 20 |                              images/bg_l_blank.png \
 | 
|---|
| 21 |                                                          images/bg_ll_blank.png \
 | 
|---|
| 22 |                                                          images/bg_ul_blank.png \
 | 
|---|
| 23 |                                                          images/header_bg.png \
 | 
|---|
| 24 |                              images/bg_r.png \
 | 
|---|
| 25 |                              images/box_bg.png \
 | 
|---|
| 26 |                              images/breadcrumb.png \
 | 
|---|
| 27 |                              images/bullet_gt.png \
 | 
|---|
| 28 |                              images/bullet_dn.png \
 | 
|---|
| 29 |                              images/bullet_sq.png \
 | 
|---|
| 30 |                              images/bullet_up.png \
 | 
|---|
| 31 |                              images/arrow_down.png \
 | 
|---|
| 32 |                              images/feedbackground.png \
 | 
|---|
| 33 |                              images/horBar.png \
 | 
|---|
| 34 |                              images/page.png \
 | 
|---|
| 35 |                              images/page_bg.png \
 | 
|---|
| 36 |                              images/sprites-combined.png \
 | 
|---|
| 37 |                              images/spinner.gif \
 | 
|---|
| 38 |                              images/stylesheet-coffee-plastique.png \
 | 
|---|
| 39 |                              images/taskmenuextension-example.png \
 | 
|---|
| 40 |                              images/coloreditorfactoryimage.png \
 | 
|---|
| 41 |                              images/dynamiclayouts-example.png \
 | 
|---|
| 42 |                              scripts/functions.js \
 | 
|---|
| 43 |                              scripts/jquery.js \
 | 
|---|
| 44 |                              scripts/narrow.js \
 | 
|---|
| 45 |                              scripts/superfish.js \
 | 
|---|
| 46 |                              style/narrow.css \
 | 
|---|
| 47 |                              style/superfish.css \
 | 
|---|
| 48 |                              style/style_ie6.css \
 | 
|---|
| 49 |                              style/style_ie7.css \
 | 
|---|
| 50 |                              style/style_ie8.css \
 | 
|---|
| 51 |                              style/style.css
 | 
|---|
| 52 | 
 | 
|---|
| 53 | qhp.qmake.filterAttributes    = qt 4.7.3 tools qmake
 | 
|---|
| 54 | qhp.qmake.customFilters.qmake.name = qmake Manual
 | 
|---|
| 55 | qhp.qmake.customFilters.qmake.filterAttributes = qt tools qmake
 | 
|---|
| 56 | qhp.qmake.subprojects         = manual
 | 
|---|
| 57 | qhp.qmake.subprojects.manual.title = Manual
 | 
|---|
| 58 | qhp.qmake.subprojects.manual.indexTitle = qmake Manual
 | 
|---|
| 59 | qhp.qmake.subprojects.manual.selectors = fake:page
 | 
|---|
| 60 | 
 | 
|---|
| 61 | language                = Cpp
 | 
|---|
| 62 | 
 | 
|---|
| 63 | sources                 = $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc
 | 
|---|
| 64 | 
 | 
|---|
| 65 | sources.fileextensions  = "*.cpp *.qdoc"
 | 
|---|
| 66 | 
 | 
|---|
| 67 | exampledirs             = $QT_SOURCE_TREE \
 | 
|---|
| 68 |                           $QT_SOURCE_TREE/examples \
 | 
|---|
| 69 |                           $QT_SOURCE_TREE/doc/src
 | 
|---|
| 70 | 
 | 
|---|
| 71 | imagedirs               = $QT_SOURCE_TREE/doc/src/images \
 | 
|---|
| 72 |                           $QT_SOURCE_TREE/doc/src/template/images
 | 
|---|
| 73 | outputdir               = $QT_BUILD_TREE/doc-build/html-qmake
 | 
|---|
| 74 | base                    = file:$QT_BUILD_TREE/doc-build/html-qmake
 | 
|---|