Config.in 341 B

12345678910111213
  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. select BR2_PACKAGE_PYTHON_PYQT5_SIP # runtime
  8. select BR2_PACKAGE_QT5BASE_GUI
  9. help
  10. Python bindings for Qt 5
  11. http://www.riverbankcomputing.com/software/pyqt/