From 317b5960beab9f79318ef54f5605bca9b17de143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Ruiz?= Date: Wed, 20 Dec 2017 13:32:56 +0100 Subject: [PATCH] Fix lrelease dependency missing lupoDharkael/flameshot#34 (#35) --- README.md | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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