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