diff --git a/README.md b/README.md index 7497d04a..7458aa1c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/debian/control b/debian/control index 5158ee97..d0b543e6 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: flameshot Section: admin Priority: optional Maintainer: Juanma Navarro MaƱez -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