Config.in 977 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. help
  24. Compile and install the qtdiag program.
  25. config BR2_PACKAGE_QT5TOOLS_QTPATHS
  26. bool "qtpaths"
  27. help
  28. Compile and install the qtpaths program.
  29. config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
  30. bool "qtplugininfo"
  31. help
  32. Compile and install the qtplugininfo program.
  33. endif