Config.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. comment "qt5cinex needs an Open(E)GL-capable backend"
  2. depends on BR2_PACKAGE_QT5
  3. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  4. depends on !BR2_PACKAGE_QT5_GL_AVAILABLE || !BR2_PACKAGE_HAS_LIBEGL
  5. config BR2_PACKAGE_QT5CINEX
  6. bool "qt5cinex"
  7. depends on BR2_PACKAGE_QT5
  8. depends on BR2_PACKAGE_HAS_LIBEGL # qt5base-eglfs
  9. depends on BR2_PACKAGE_QT5_GL_AVAILABLE
  10. # No comment needed for this option, it's an architecture
  11. # dependency.
  12. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  13. select BR2_PACKAGE_QT5BASE_NETWORK
  14. select BR2_PACKAGE_QT5BASE_PNG
  15. select BR2_PACKAGE_QT5BASE_WIDGETS
  16. select BR2_PACKAGE_QT5BASE_EGLFS
  17. select BR2_PACKAGE_QT5GRAPHICALEFFECTS
  18. help
  19. This application demonstrates the power of Qt5 and few of
  20. the new additions available in QtQuick 2.0.
  21. http://quitcoding.com/?page=work#cinex
  22. if BR2_PACKAGE_QT5CINEX
  23. config BR2_PACKAGE_QT5CINEX_HD
  24. bool "High-definition version (aka RPi Edition)"
  25. help
  26. High definition version (1920x1080 resolution) of the
  27. application, optimised for Raspberry PI cards. This version
  28. can also be run on any platform supported by Qt5.
  29. endif