Config.in 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. Qt Tools provides tools facilitate the development
  7. and design of applications.
  8. http://doc.qt.io/qt-5/qtmodules.html#qt-tools
  9. if BR2_PACKAGE_QT5TOOLS
  10. config BR2_PACKAGE_QT5TOOLS_LINGUIST_TOOLS
  11. bool "Linguist host tools (lconvert, lrelease, lupdate)"
  12. help
  13. This option enables the linguist host tools
  14. lconvert, lrelease and lupdate.
  15. config BR2_PACKAGE_QT5TOOLS_QDOC_TOOL
  16. bool "qdoc host tool"
  17. help
  18. This option enables the qdoc host tool.
  19. config BR2_PACKAGE_QT5TOOLS_PIXELTOOL
  20. bool "pixeltool"
  21. select BR2_PACKAGE_QT5BASE_GUI
  22. select BR2_PACKAGE_QT5BASE_WIDGETS
  23. select BR2_PACKAGE_QT5BASE_PNG # saving png images
  24. help
  25. Compile and install the pixeltool program.
  26. config BR2_PACKAGE_QT5TOOLS_QTDIAG
  27. bool "qtdiag"
  28. select BR2_PACKAGE_QT5BASE_GUI
  29. help
  30. Compile and install the qtdiag program.
  31. config BR2_PACKAGE_QT5TOOLS_QTPATHS
  32. bool "qtpaths"
  33. help
  34. Compile and install the qtpaths program.
  35. config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
  36. bool "qtplugininfo"
  37. help
  38. Compile and install the qtplugininfo program.
  39. endif