repc
Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt
Install
- All systems
-
curl cmd.cat/repc.sh
- Debian
-
apt-get install qtchooser
- Ubuntu
-
apt-get install qtchooser
- Alpine
-
apk add qt5-qtremoteobjects
- Arch Linux
-
pacman -S qt5-remoteobjects
- Kali Linux
-
apt-get install qtchooser
- Fedora
-
dnf install qt5-qtremoteobjects
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qtchooser
- Raspbian
-
apt-get install qtchooser
- Dockerfile
- dockerfile.run/repc
- Docker
-
docker run cmd.cat/repc repc
powered by Commando
qt5-qtremoteobjects
Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt
qtchooser
Wrapper to select between Qt development binary versions
Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. The Qt Chooser provides a wrapper to switch between versions of Qt development binaries when multiple versions like 4 and 5 are installed or local Qt builds are to be used. If you wish to use Qt development binaries with the default PATH and without special parameters, you need to additionally install either qt4-default or qt5-default package to provide the default configuration.