Skip to content
Snippets Groups Projects
Commit 933f6ded authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Add qt-tools as a dependency

parent 134aaca7
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty sudo add-apt-repository -y ppa:beineri/opt-qt58-trusty
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get install -qq -y qt58base cmake sudo apt-get install -qq -y qt58base qt58tools cmake
...@@ -34,7 +34,7 @@ You can find a NSIS installer [here](https://ci.appveyor.com/project/mujx/nheko/ ...@@ -34,7 +34,7 @@ You can find a NSIS installer [here](https://ci.appveyor.com/project/mujx/nheko/
##### Arch Linux ##### Arch Linux
```bash ```bash
$ sudo pacman -S qt5-base cmake gcc fontconfig $ sudo pacman -S qt5-base qt5-tools cmake gcc fontconfig
``` ```
##### Ubuntu 14.04 ##### Ubuntu 14.04
...@@ -43,7 +43,7 @@ $ sudo pacman -S qt5-base cmake gcc fontconfig ...@@ -43,7 +43,7 @@ $ sudo pacman -S qt5-base cmake gcc fontconfig
$ sudo add-apt-repository ppa:beineri/opt-qt58-trusty $ sudo add-apt-repository ppa:beineri/opt-qt58-trusty
$ sudo add-apt-repository ppa:george-edison55/cmake-3.x $ sudo add-apt-repository ppa:george-edison55/cmake-3.x
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install qt58base cmake $ sudo apt-get install qt58base qt58tools cmake
``` ```
##### OSX (Xcode 7 or later) ##### OSX (Xcode 7 or later)
......
...@@ -10,7 +10,7 @@ url="https://github.com/mujx/nheko" ...@@ -10,7 +10,7 @@ url="https://github.com/mujx/nheko"
license=('GPL3') license=('GPL3')
depends=('qt5-base') depends=('qt5-base')
makedepends=('git' 'cmake' 'gcc' 'fontconfig') makedepends=('git' 'cmake' 'gcc' 'fontconfig' 'qt5-tools')
source=($pkgname::git+https://github.com/mujx/nheko.git) source=($pkgname::git+https://github.com/mujx/nheko.git)
md5sums=('SKIP') md5sums=('SKIP')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment