linuxOS_D21X/package/third-party/qt5/qt5serialport/Config.in
2024-11-29 16:13:46 +08:00

18 lines
518 B
Plaintext

menuconfig BR2_PACKAGE_QT5SERIALPORT
bool "qt5serialport"
help
Qt is a cross-platform application and UI framework for
developers using C++.
Qt Serial Port provides the basic functionality, which
includes configuring, I/O operations, getting and setting
the control signals of the RS-232 pinouts.
http://doc.qt.io/qt-5/qtserialport-index.html
if BR2_PACKAGE_QT5SERIALPORT
config BR2_PACKAGE_QT5SERIALPORT_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif