2
1

Config.in 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_PIXELTOOL
  16. bool "pixeltool"
  17. select BR2_PACKAGE_QT5BASE_GUI
  18. select BR2_PACKAGE_QT5BASE_WIDGETS
  19. select BR2_PACKAGE_QT5BASE_PNG # saving png images
  20. help
  21. Compile and install the pixeltool program.
  22. config BR2_PACKAGE_QT5TOOLS_QTDIAG
  23. bool "qtdiag"
  24. select BR2_PACKAGE_QT5BASE_GUI
  25. help
  26. Compile and install the qtdiag program.
  27. config BR2_PACKAGE_QT5TOOLS_QTPATHS
  28. bool "qtpaths"
  29. help
  30. Compile and install the qtpaths program.
  31. config BR2_PACKAGE_QT5TOOLS_QTPLUGININFO
  32. bool "qtplugininfo"
  33. help
  34. Compile and install the qtplugininfo program.
  35. endif