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

22 lines
659 B
Plaintext

menuconfig BR2_PACKAGE_QT5REMOTEOBJECTS
bool "qt5remoteobjects"
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_NETWORK
help
Qt is a cross-platform application and UI framework for
developers using C++.
Qt Remote Objects (QtRO) is an Inter-Process
Communication (IPC) module developed for Qt. This
module extends Qt's existing functionalities to enable
information exchange between processes or computers,
easily.
https://doc.qt.io/qt-5/qtremoteobjects-index.html
if BR2_PACKAGE_QT5REMOTEOBJECTS
config BR2_PACKAGE_QT5REMOTEOBJECTS_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif