x86_64-linux-gnu-qmake
Qt 5 qmake Makefile generator tool
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-qmake.sh
- Debian
-
apt-get install qt5-qmake
- Ubuntu
-
apt-get install qt5-qmake
- Kali Linux
-
apt-get install qt5-qmake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install qt5-qmake
- Raspbian
-
apt-get install qt5-qmake
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-qmake
qt5-qmake
Qt 5 qmake Makefile generator tool
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 Qt 5 qmake, a tool that helps simplify the build process for development project across different platforms. qmake automates the generation of Makefiles so that only a few lines of information are needed to create each Makefile. qmake can be used for any software project, whether it is written using Qt or not. Qt 5 qmake requires a platform and compiler description file which contains many default values used to generate appropriate Makefiles. This package contains also these platform specifications.