Skip to content

Commit

Permalink
Fix lrelease dependency missing flameshot-org#34 (flameshot-org#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelLR authored and lupoDharkael committed Dec 20, 2017
1 parent ac30764 commit 317b596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: flameshot
Section: admin
Priority: optional
Maintainer: Juanma Navarro Mañez <[email protected]>
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
Expand Down

0 comments on commit 317b596

Please sign in to comment.