Config.in 787 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_QT5QUICK1
  2. bool "qt5quick1"
  3. select BR2_PACKAGE_QT5BASE
  4. select BR2_PACKAGE_QT5BASE_GUI
  5. select BR2_PACKAGE_QT5BASE_NETWORK
  6. select BR2_PACKAGE_QT5BASE_WIDGETS
  7. select BR2_PACKAGE_QT5SCRIPT
  8. select BR2_PACKAGE_QT5XMLPATTERNS
  9. # This module does not support static linking
  10. depends on !BR2_STATIC_LIBS
  11. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  12. help
  13. Qt is a cross-platform application and UI framework for
  14. developers using C++.
  15. This package corresponds to the qt5quick1 module.
  16. This package has been tagged as deprecated since version
  17. 5.5.0 and should be replaced by Qt Quick module in new
  18. design.
  19. http://qt.io
  20. comment "qt5quick1 needs a toolchain w/ dynamic library"
  21. depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
  22. depends on BR2_STATIC_LIBS