Config.in 813 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_QT5ENGINIO
  2. bool "qt5enginio"
  3. select BR2_PACKAGE_QT5BASE_GUI
  4. select BR2_PACKAGE_QT5BASE_NETWORK
  5. select BR2_PACKAGE_OPENSSL
  6. help
  7. Qt is a cross-platform application and UI framework for
  8. developers using C++.
  9. Enginio is a Backend-as-a-Service solution for simplifying
  10. backend development of connected and data-driven applications.
  11. This package has been tagged as deprecated since version
  12. 5.6 and not recommended for new design.
  13. http://doc.qt.io/archives/qt-5.5/enginio-index.html
  14. # Forcibly selecting libressl is not possible because it is from a choice, and
  15. # depending on it is also not possible because we select openssl. So just a
  16. # a warning.
  17. comment "qt5enginio needs libressl for Qt5.6"
  18. depends on BR2_PACKAGE_QT5_VERSION_5_6
  19. depends on !BR2_PACKAGE_LIBRESSL