qmlprofiler
qt5-qtdeclarative
Install
- All systems
-
curl cmd.cat/qmlprofiler.sh
- Debian
-
apt-get install qtcreator
- Ubuntu
-
apt-get install qtchooser
- Arch Linux
-
pacman -S qt5-declarative
- Kali Linux
-
apt-get install qtchooser
- CentOS
-
yum install qt5-qtdeclarative-devel
- Fedora
-
dnf install qt5-qtdeclarative-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qtchooser
- Raspbian
-
apt-get install qtchooser
- Dockerfile
- dockerfile.run/qmlprofiler
qt5-qtdeclarative-devel
qt5-qtdeclarative
qtdeclarative5-dev-tools
Qt 5 declarative development programs
Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality. This package contains the development programs used for building Qt 5 declarative applications.
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.
qt5-declarative
Classes for QML and JavaScript languages
qtcreator
lightweight integrated development environment (IDE) for Qt
Qt Creator is a new, lightweight, cross-platform integrated development environment (IDE) designed to make development with the Qt application framework even faster and easier. It includes: * An advanced C++ code editor * Integrated GUI layout and forms designer * Project and build management tools * Integrated, context-sensitive help system * Visual debugger * Rapid code navigation tools * Supports multiple platforms