23 lines
537 B
Plaintext
23 lines
537 B
Plaintext
config BR2_PACKAGE_HOST_QT6TOOLS
|
|
bool "host qt6tools"
|
|
# The Qt Qt Network module is required
|
|
select BR2_PACKAGE_HOST_QT6BASE_NETWORK
|
|
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
|
|
|
|
if BR2_PACKAGE_HOST_QT6TOOLS
|
|
|
|
config BR2_PACKAGE_HOST_QT6TOOLS_LINGUIST_TOOLS
|
|
bool "host linguist tools"
|
|
help
|
|
Translate Qt C++ and Qt Quick applications into local
|
|
languages.
|
|
|
|
endif
|