xref: /OK3568_Linux_fs/buildroot/package/python-pyqt5/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "python-pyqt5 needs Qt5"
2*4882a593Smuzhiyun	depends on !BR2_PACKAGE_QT5
3*4882a593Smuzhiyun
4*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_PYQT5
5*4882a593Smuzhiyun	bool "python-pyqt5"
6*4882a593Smuzhiyun	depends on BR2_PACKAGE_QT5
7*4882a593Smuzhiyun	select BR2_PACKAGE_PYTHON_SIP
8*4882a593Smuzhiyun	select BR2_PACKAGE_QT5BASE_GUI
9*4882a593Smuzhiyun	help
10*4882a593Smuzhiyun	  Python bindings for Qt 5
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://www.riverbankcomputing.com/software/pyqt/
13