~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): Lisandro Damián Nicanor Pérez Meyer
  • Date: 2013-07-14 16:25:38 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130714162538-rw297zcco4y5gbad
Tags: 5.1.0+dfsg-1
* New upstream release.
* Fix watch file.
* Bump Qt dependencies to 5.1.0~.
* Make libqt5script5 provide qtscript-api-5-1-0.
  In this way we can know if external packages are using private headers.
  - Add the necessary options in the symbols file.
  - Add mark_private_symbols.sh.
  - Mark private symbols.
  - Add lintian overrides for dependency on other lib.
* Update install files.
* Update symbols files.
* Add third party copyright stuff for ce-compat.

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
5
 
6
6
# Directories in which to search for files to document and images.
7
7
# By default set to the root directory of the project for sources
25
25
# Defines the name of the project. You cannot use operators (+, =, -) in
26
26
# the name. Properties for this project are set using a qhp.<projectname>.property
27
27
# format.
28
 
qhp.projects = qtscript
 
28
qhp.projects = QtScript
29
29
 
30
30
# Sets the name of the output qhp file.
31
 
qhp.qtscript.file = qtscript.qhp
 
31
qhp.QtScript.file = qtscript.qhp
32
32
 
33
33
# Namespace for the output file. This namespace is used to distinguish between
34
34
# different documentation files in Creator/Assistant.
35
 
qhp.qtscript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
 
35
qhp.QtScript.namespace = org.qt-project.qtscript.$QT_VERSION_TAG
36
36
 
37
37
# Title for the package, will be the main title for the package in
38
38
# Assistant/Creator.
39
 
qhp.qtscript.indexTitle = Qt Script
 
39
qhp.QtScript.indexTitle = Qt Script
40
40
 
41
41
# 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
 
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