~ubuntu-branches/ubuntu/trusty/qtscript-opensource-src/trusty-proposed

« back to all changes in this revision

Viewing changes to src/script/doc/qtscript.qdocconf

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2014-03-10 14:30:51 UTC
  • mfrom: (1.1.4) (5.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140310143051-6rr67kxeqic3zern
Tags: 5.2.1+dfsg-1ubuntu1
* debian/patches/aarch64.patch
  - Needed to fix arm64 FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
2
2
 
3
3
# Name of the project which must match the outputdir. Determines the .index file
4
 
project = qtscript
 
4
project = QtScript
 
5
url = http://qt-project.org/doc/qt-$QT_VER
5
6
 
6
7
# Directories in which to search for files to document and images.
7
8
# By default set to the root directory of the project for sources
16
17
imagedirs += images
17
18
sourcedirs += ..
18
19
 
19
 
depends += qtcore qtlinguist qtscripttools
 
20
depends += qtcore qtlinguist qtscripttools qtdoc
20
21
 
21
22
# The following parameters are for creating a qhp file, the qhelpgenerator
22
23
# program can convert the qhp file into a qch file which can be opened in
25
26
# Defines the name of the project. You cannot use operators (+, =, -) in
26
27
# the name. Properties for this project are set using a qhp.<projectname>.property
27
28
# format.
28
 
qhp.projects = qtscript
 
29
qhp.projects = QtScript
29
30
 
30
31
# Sets the name of the output qhp file.
31
 
qhp.qtscript.file = qtscript.qhp
 
32
qhp.QtScript.file = qtscript.qhp
32
33
 
33
34
# Namespace for the output file. This namespace is used to distinguish between
34
35
# different documentation files in Creator/Assistant.
35
 
qhp.qtscript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
 
36
qhp.QtScript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
36
37
 
37
38
# Title for the package, will be the main title for the package in
38
39
# Assistant/Creator.
39
 
qhp.qtscript.indexTitle = Qt Script
 
40
qhp.QtScript.indexTitle = Qt Script
40
41
 
41
42
# Only update the name of the project for the next variables.
42
 
qhp.qtscript.virtualFolder  = qtscript
43
 
qhp.qtscript.subprojects = classes
44
 
qhp.qtscript.subprojects.classes.title = C++ Classes
45
 
qhp.qtscript.subprojects.classes.indexTitle = Qt Script C++ Classes
46
 
qhp.qtscript.subprojects.classes.selectors = class fake:headerfile
47
 
qhp.qtscript.subprojects.classes.sortPages = true
 
43
qhp.QtScript.virtualFolder  = qtscript
 
44
qhp.QtScript.subprojects = classes
 
45
qhp.QtScript.subprojects.classes.title = C++ Classes
 
46
qhp.QtScript.subprojects.classes.indexTitle = Qt Script C++ Classes
 
47
qhp.QtScript.subprojects.classes.selectors = class fake:headerfile
 
48
qhp.QtScript.subprojects.classes.sortPages = true
 
49
 
 
50
navigation.landingpage = "Qt Script"
 
51
navigation.cppclassespage = "Qt Script C++ Classes"