Skip to content

Commit 9d59f9c

Browse files
committedMay 19, 2016
Generate QCH compiled help with qgis-api-doc package
1 parent 45f0cff commit 9d59f9c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎cmake_templates/Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ GENERATE_QHP = @WITH_QHP@
976976
# be used to specify the file name of the resulting .qch file.
977977
# The path specified is relative to the HTML output folder.
978978

979-
QCH_FILE =
979+
QCH_FILE =../qch/qgis.qch
980980

981981
# The QHP_NAMESPACE tag specifies the namespace to use when generating
982982
# Qt Help Project output. For more information please see

‎debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Build-Depends:
6262
xfonts-base, xfonts-100dpi, xfonts-75dpi, xfonts-scalable,
6363
#oracle# oracle-instantclient12.1-devel,
6464
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
65+
qt4-dev-tools,
6566
libqt4-sql-sqlite, python-psycopg2
6667
Build-Conflicts: libqgis-dev, qgis-dev
6768
#sid stretch xenial#Standards-Version: 3.9.7

‎debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ CMAKE_OPTS := \
6565
-DSERVER_SKIP_ECW=TRUE \
6666
-DQGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
6767
-DWITH_APIDOC=TRUE \
68+
-DGENERATE_QHP=TRUE \
6869
-DWITH_CUSTOM_WIDGETS=TRUE \
6970
-DWITH_GLOBE=TRUE \
7071
-DWITH_INTERNAL_HTTPLIB2=FALSE \

0 commit comments

Comments
 (0)
Please sign in to comment.