14 lines
362 B
Plaintext
14 lines
362 B
Plaintext
config BR2_PACKAGE_QT6TOOLS
|
|
bool "qt6tools"
|
|
# The Qt Network module is required
|
|
select BR2_PACKAGE_QT6BASE_NETWORK
|
|
select BR2_PACKAGE_HOST_QT6TOOLS
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
Qt Tools provides tools facilitate the development
|
|
and design of applications.
|
|
|
|
https://github.com/qt/qttools
|