Last change
on this file since 166 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.4 KB
|
Line | |
---|
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://doc.trolltech.com/4.5
|
---|
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.451
|
---|
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.5.1 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/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
|
---|
Note:
See
TracBrowser
for help on using the repository browser.