qtxlsx.qdocconf 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
  2. include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
  3. project = QtXlsx
  4. description = Qt Xlsx Reference Documentation
  5. url = http://qtxlsx.debao.me
  6. version = $QT_VERSION
  7. qhp.projects = QtXlsx
  8. qhp.QtXlsx.file = qtxlsx.qhp
  9. qhp.QtXlsx.namespace = me.debao.qtxlsx.$QT_VERSION_TAG
  10. qhp.QtXlsx.virtualFolder = qtxlsx
  11. qhp.QtXlsx.indexTitle = Qt Xlsx
  12. qhp.QtXlsx.indexRoot =
  13. qhp.QtXlsx.filterAttributes = qtxlsx $QT_VERSION qtrefdoc
  14. qhp.QtXlsx.customFilters.Qt.name = QtXlsx $QT_VERSION
  15. qhp.QtXlsx.customFilters.Qt.filterAttributes = qtxlsx $QT_VERSION
  16. qhp.QtXlsx.subprojects = overviews classes qmltypes examples
  17. qhp.QtXlsx.subprojects.overviews.title = Overview
  18. qhp.QtXlsx.subprojects.overviews.indexTitle = Qt Xlsx
  19. qhp.QtXlsx.subprojects.overviews.selectors = fake:page,group,module
  20. qhp.QtXlsx.subprojects.classes.title = C++ Classes
  21. qhp.QtXlsx.subprojects.classes.indexTitle = Qt Xlsx C++ Classes
  22. qhp.QtXlsx.subprojects.classes.selectors = class fake:headerfile
  23. qhp.QtXlsx.subprojects.classes.sortPages = true
  24. qhp.QtXlsx.subprojects.examples.title = Examples
  25. qhp.QtXlsx.subprojects.examples.indexTitle = Qt Xlsx Examples
  26. qhp.QtXlsx.subprojects.examples.selectors = fake:example
  27. tagfile = ../../../doc/qtxlsx/qtxlsx.tags
  28. headerdirs += ..
  29. sourcedirs += ..
  30. exampledirs += ../../../examples/xlsx \
  31. snippets/
  32. # Specify the install path under QT_INSTALL_EXAMPLES
  33. examplesinstallpath = xlsx
  34. imagedirs += images
  35. depends += qtcore qtdoc qtgui
  36. HTML.footer = \
  37. " </div>\n" \
  38. " </div>\n" \
  39. " </div>\n" \
  40. " </div>\n" \
  41. "</div>\n" \
  42. "<div class=\"footer\">\n" \
  43. " <div class=\"qt13a-copyright\" id=\"copyright\">\n" \
  44. " <div class=\"qt13a-container\">\n" \
  45. " <p>\n" \
  46. " <acronym title=\"Copyright\">&copy;</acronym> 2013-2014 Debao Zhang. \n" \
  47. " Documentation contributions included herein are the copyrights of\n" \
  48. " their respective owners.</p>\n" \
  49. " <p>\n" \
  50. " The documentation provided herein is licensed under the terms of the\n" \
  51. " <a href=\"http://www.gnu.org/licenses/fdl.html\">GNU Free Documentation\n" \
  52. " License version 1.3</a> as published by the Free Software Foundation.</p>\n" \
  53. " <p>\n" \
  54. " Documentation sources may be obtained from <a href=\"https://github.com/dbzhang800/QtXlsxWriter\">\n" \
  55. " github.com/dbzhang800</a>.</p>\n" \
  56. " <p>\n" \
  57. " Qt and their respective logos are trademarks of Digia Plc \n" \
  58. " in Finland and/or other countries worldwide. All other trademarks are property\n" \
  59. " of their respective owners. <a title=\"Privacy Policy\"\n" \
  60. " href=\"http://en.gitorious.org/privacy_policy/\">Privacy Policy</a></p>\n" \
  61. " </div>\n" \
  62. " </div>\n" \
  63. "</div>\n" \