* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
13 lines
400 B
Plaintext
13 lines
400 B
Plaintext
config BR2_PACKAGE_QT5KNX
|
|
bool "qt5knx"
|
|
help
|
|
Qt is a cross-platform application and UI framework for
|
|
developers using C++.
|
|
|
|
The Qt KNX module implements the client side of a connection
|
|
between a client and a KNXnet/IP server. This connection
|
|
can be used to send messages to the KNX bus and to control
|
|
the functionalities of the KNX devices.
|
|
|
|
https://doc.qt.io/QtKNX/index.html
|