Config.in 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config BR2_PACKAGE_QT5TOOLS
  2. bool "qt5tools"
  3. help
  4. Qt is a cross-platform application and UI framework for
  5. developers using C++.
  6. This package corresponds to the qt5tools module.
  7. http://qt.io
  8. if BR2_PACKAGE_QT5TOOLS
  9. config BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
  10. bool "Linguist host tools (lconvert, lrelease, lupdate)"
  11. help
  12. This option enables the linguist host tools
  13. lconvert, lrelease and lupdate.
  14. config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
  15. bool "pixeltool"
  16. select BR2_PACKAGE_QT5BASE_GUI
  17. select BR2_PACKAGE_QT5BASE_WIDGETS
  18. select BR2_PACKAGE_QT5BASE_PNG # saving png images
  19. help
  20. Compile and install the pixeltool program.
  21. config BR2_PACKAGE_QT5TOOLS_QTDIAG
  22. bool "qtdiag"
  23. select BR2_PACKAGE_QT5BASE_GUI
  24. help
  25. Compile and install the qtdiag program.
  26. config BR2_PACKAGE_QT5TOOLS_QTPATHS
  27. bool "qtpaths"
  28. help
  29. Compile and install the qtpaths program.
  30. config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
  31. bool "qtplugininfo"
  32. help
  33. Compile and install the qtplugininfo program.
  34. endif