Skip to content

Instantly share code, notes, and snippets.

@yangjiheng
Created July 8, 2022 10:34
Show Gist options
  • Save yangjiheng/32ab1adabb5d2961bc695f3763914bc2 to your computer and use it in GitHub Desktop.
Save yangjiheng/32ab1adabb5d2961bc695f3763914bc2 to your computer and use it in GitHub Desktop.
Install QT on Ubuntu Platforms (especially platforms like ARM 64, etc.)
# Default
sudo apt install qt5-default
# Multimedia Module
sudo apt install libqt5multimedia* qtmultimedia5-*
# WebKit
sudo apt install libqt5webkit5-dev libqt5xmlpatterns5-dev
# WebEngine
sudo apt install qtwebengine5-dev qtpositioning5-dev
# Creator
sudo apt install qtcreator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment