1config BR2_PACKAGE_QT5ENGINIO 2 bool "qt5enginio" 3 select BR2_PACKAGE_OPENSSL 4 # Only openssl is supported by qt5 5 select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL 6 select BR2_PACKAGE_QT5BASE_GUI 7 select BR2_PACKAGE_QT5BASE_NETWORK 8 help 9 Qt is a cross-platform application and UI framework for 10 developers using C++. 11 12 Enginio is a Backend-as-a-Service solution for simplifying 13 backend development of connected and data-driven applications. 14 15 This package has been tagged as deprecated since version 16 5.6 and not recommended for new design. 17 18 https://doc.qt.io/archives/qt-5.5/enginio-index.html 19