Advertisement
Guest User

Untitled

a guest
Mar 20th, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
  2. include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
  3.  
  4. project = QtSerialPort
  5. description = Qt Serial Port Reference Documentation
  6. url = http://qt-project.org/doc/qt-5.0.1/qtserialport
  7. version = 5.0.1
  8.  
  9. qhp.projects = QtSerialPort
  10.  
  11. qhp.QtSerialPort.file = qtserialport.qhp
  12. qhp.QtSerialPort.namespace = org.qt-project.qtserialport.501
  13. qhp.QtSerialPort.virtualFolder = qtserialport
  14. qhp.QtSerialPort.indexTitle = Qt Serial Port Reference Documentation
  15. qhp.QtSerialPort.indexRoot =
  16.  
  17. qhp.QtSerialPort.filterAttributes = qtserialport 5.0.1 qtrefdoc
  18. qhp.QtSerialPort.customFilters.Qt.name = QtSerialPort 5.0.1
  19. qhp.QtSerialPort.customFilters.Qt.filterAttributes = qtserialport 5.0.1
  20.  
  21. qhp.QtSerialPort.subprojects = overviews classes examples
  22.  
  23. qhp.QtSerialPort.subprojects.overviews.title = Overview
  24. qhp.QtSerialPort.subprojects.overviews.indexTitle = Qt Serial Port
  25. qhp.QtSerialPort.subprojects.overviews.selectors = fake:page,group,module
  26.  
  27. qhp.QtSerialPort.subprojects.overviews.title = C++ Classes
  28. qhp.QtSerialPort.subprojects.overviews.indexTitle = Qt Serial Port C++ Classes
  29. qhp.QtSerialPort.subprojects.overviews.selectors = class fake:headerfile
  30.  
  31. qhp.QtSerialPort.subprojects.examples.title = Examples
  32. qhp.QtSerialPort.subprojects.examples.indexTitle = Qt Serial Port Examples
  33. qhp.QtSerialPort.subprojects.examples.selectors = fake:example
  34.  
  35. headerdirs += ..
  36. sourcedirs += ..
  37. exampledirs += ../../../examples
  38. imagedirs += images
  39.  
  40. depends += qtcore qtdoc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement