Skip to content

Commit

Permalink
Added Qt Positioning to the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-gromeyer committed May 22, 2023
1 parent 35519c1 commit 228364d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Install Qt on Linux
run: |
sudo apt-fast update
sudo apt-fast install -y qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qt5ct
sudo apt-fast install -y qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qtpositioning5-dev qt5ct
- name: Cache build directory
if: matrix.os != 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Install Qt on Linux
run: |
sudo apt-fast update
sudo apt-fast install -y qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qt5ct
sudo apt-fast install -y qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qtpositioning5-dev qt5ct
- name: Build and package
run: |
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Needed Qt modules: base, multimedia, and speech.

1. Install necessary Qt modules. ✨

On Ubuntu, run this command: `apt-get install qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qt5ct`
On Fedora, run this command: `dnf install qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qttools-devel qt5-qtmultimedia-devel qt5-qtspeech-devel qt5-qtsvg-devel`
On Arch, run this command: `pacman -S qt5-base qt5-declarative qt5-tools qt5-multimedia qt5-speech qt5-svg`
On Ubuntu, run this command: `apt-get install qtbase5-dev qtdeclarative5-dev qttools5-dev qtmultimedia5-dev libqt5texttospeech5-dev libqt5svg5-dev qtpositioning5-dev qt5ct`
On Fedora, run this command: `dnf install qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qttools-devel qt5-qtmultimedia-devel libqt5texttospeech5-devel qt5-qtsvg-devel qt5-qtpositioning-devel qt5ct`
On Arch, run this command: `pacman -S qt5-base qt5-declarative qt5-tools qt5-multimedia qt5-speech qt5-svg qt5-positioning`

2. Clone the repo (requires git). 📂

Expand Down

0 comments on commit 228364d

Please sign in to comment.