0
|
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.6
|
|
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.460
|
|
17 |
qhp.qmake.virtualFolder = qdoc
|
|
18 |
qhp.qmake.indexTitle = QMake Manual
|
|
19 |
qhp.qmake.extraFiles = classic.css images/qt-logo.png images/trolltech-logo.png
|
|
20 |
qhp.qmake.filterAttributes = qt 4.6.0 tools qmake
|
|
21 |
qhp.qmake.customFilters.qmake.name = qmake Manual
|
|
22 |
qhp.qmake.customFilters.qmake.filterAttributes = qt tools qmake
|
|
23 |
qhp.qmake.subprojects = manual
|
|
24 |
qhp.qmake.subprojects.manual.title = Manual
|
|
25 |
qhp.qmake.subprojects.manual.indexTitle = qmake Manual
|
|
26 |
qhp.qmake.subprojects.manual.selectors = fake:page
|
|
27 |
|
|
28 |
language = Cpp
|
|
29 |
|
|
30 |
sources = $QT_SOURCE_TREE/doc/src/development/qmake-manual.qdoc
|
|
31 |
|
|
32 |
sources.fileextensions = "*.cpp *.qdoc"
|
|
33 |
|
|
34 |
exampledirs = $QT_SOURCE_TREE \
|
|
35 |
$QT_SOURCE_TREE/examples \
|
|
36 |
$QT_SOURCE_TREE/doc/src
|
|
37 |
|
|
38 |
imagedirs = $QT_SOURCE_TREE/doc/src/images
|
|
39 |
outputdir = $QT_BUILD_TREE/doc-build/html-qmake
|
|
40 |
base = file:$QT_BUILD_TREE/doc-build/html-qmake
|