Fix lrelease dependency missing lupoDharkael/flameshot#34 (#35)
This commit is contained in:
committed by
Dharkael
parent
ac30764ec8
commit
317b5960be
@@ -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
2
debian/control
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user