Fix lrelease dependency missing lupoDharkael/flameshot#34 (#35)

This commit is contained in:
Manuel López Ruiz
2017-12-20 13:32:56 +01:00
committed by Dharkael
parent ac30764ec8
commit 317b5960be
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ The compilation requires Qt version 5.3 or higher (this is the version that Debi
### Debian
Compilation Dependencies:
````
apt install -y git g++ build-essential qt5-qmake qt5-default
apt install -y git g++ build-essential qt5-qmake qt5-default qttools5-dev-tools
````
Compilation: run `qmake && make` in the main directory.

2
debian/control vendored
View File

@@ -2,7 +2,7 @@ Source: flameshot
Section: admin
Priority: optional
Maintainer: Juanma Navarro Mañez <juanma1980@gmail.com>
Build-Depends: debhelper (>=9), qt5-qmake, qt5-default
Build-Depends: debhelper (>=9), qt5-qmake, qt5-default, qttools5-dev-tools
Standards-Version: 3.9.6
Homepage: https://github.com/lupoDharkael/flameshot
Vcs-Browser: https://github.com/lupoDharkael/flameshot.git