metadata.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>qt@gentoo.org</email>
  6. <name>Gentoo Qt Project</name>
  7. </maintainer>
  8. <use>
  9. <flag name="bluetooth">Enable Bluetooth support in QtConnectivity and QtSystemInfo modules</flag>
  10. <flag name="connectivity">Build the QtConnectivity module</flag>
  11. <flag name="contacts">Build the QtContacts module</flag>
  12. <flag name="feedback">Build the QtFeedback module</flag>
  13. <flag name="gallery">Build the QtGallery module</flag>
  14. <flag name="location">Build the QtLocation module</flag>
  15. <flag name="messaging">Build the QtMessaging module</flag>
  16. <flag name="multimedia">Build the QtMultimediaKit module</flag>
  17. <flag name="networkmanager">Enable NetworkManager support in QtBearer and QtSystemInfo modules</flag>
  18. <flag name="organizer">Build the QtOrganizer module</flag>
  19. <flag name="publishsubscribe">Build the QtPublishSubscribe module</flag>
  20. <flag name="pulseaudio">Enable PulseAudio support in QtMultimediaKit module</flag>
  21. <flag name="qml">Build QML bindings</flag>
  22. <flag name="sensors">Build the QtSensors module</flag>
  23. <flag name="serviceframework">Build the QtServiceFramework module</flag>
  24. <flag name="systeminfo">Build the QtSystemInfo module</flag>
  25. <flag name="tools">Build various useful tools (e.g.: qcrmlgen, servicexmlgen, vsexplorer, ...)</flag>
  26. <flag name="versit">Build the QtVersit module</flag>
  27. </use>
  28. <upstream>
  29. <bugs-to>https://bugreports.qt.io/</bugs-to>
  30. <doc>http://doc-snapshots.qt.io/qt-mobility/index.html</doc>
  31. </upstream>
  32. </pkgmetadata>