Config.in 262 B

1234567891011
  1. comment "python-pyqt5 needs Qt5"
  2. depends on !BR2_PACKAGE_QT5
  3. config BR2_PACKAGE_PYTHON_PYQT5
  4. bool "python-pyqt5"
  5. depends on BR2_PACKAGE_QT5
  6. select BR2_PACKAGE_PYTHON_SIP
  7. help
  8. Python bindings for Qt 5
  9. http://www.riverbankcomputing.com/software/pyqt/