kumquat-buildroot/package/qt5/qt5remoteobjects/Config.in
Sven Fischer e7ebc7cd09 package/qt5/qt5remoteobjects: new package
Qt 5.12 added a library for IPC, so let's have a package for it. The
dependency on qtdeclarative is optional.

Signed-off-by: Sven Fischer <sven@leiderfischer.de>
Reviewed-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-10-06 23:09:35 +02:00

16 lines
496 B
Plaintext

config 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