test.qdocconf 924 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. include(compat.qdocconf)
  2. project = DJ Turntable
  3. description = Dj Turntable Manual
  4. url = http://qt.nokia.com/doc/4.7
  5. # The outputdir variable specifies the directory
  6. # where QDoc will put the generated documentation.
  7. outputdir = html
  8. # The headerdirs variable specifies the directories
  9. # containing the header files associated
  10. # with the .cpp source files used in the documentation.
  11. headerdirs = ../src/
  12. # The sourcedirs variable specifies the
  13. # directories containing the .cpp or .qdoc
  14. # files used in the documentation.
  15. sources = ./examples/turntable.qdoc
  16. sources.fileextensions = "*.cpp *.qdoc"
  17. # The exampledirs variable specifies the directories containing
  18. # the source code of the example files.
  19. #examples = ../src
  20. exampledirs = ../src
  21. # The imagedirs variable specifies the
  22. # directories containing the images used in the documentation.
  23. imagedirs = ./images