diff options
| author | Matt Corallo <[email protected]> | 2017-05-04 17:15:16 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-05-05 13:29:38 -0400 |
| commit | c5071e1f03085b4025f2a33fb2c3079d823d660c (patch) | |
| tree | aae24d00a8fb8085fef1b38566881c1077516a9a /contrib/debian/control | |
| parent | Bump minimum boost version in contrib/debian (diff) | |
| download | discoin-c5071e1f03085b4025f2a33fb2c3079d823d660c.tar.xz discoin-c5071e1f03085b4025f2a33fb2c3079d823d660c.zip | |
Build with QT5 on Debian-based systems using contrib/debian
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index 53dd4faf4..523b4f936 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -18,8 +18,8 @@ Build-Depends: debhelper, libboost-thread1.48-dev | libboost-thread-dev (>> 1.47), libboost-test1.48-dev | libboost-test-dev (>> 1.47), libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47), - qt4-qmake, - libqt4-dev, + qt4-qmake, libqt4-dev, + qttools5-dev-tools, qttools5-dev, libqrencode-dev, libprotobuf-dev, protobuf-compiler, python, |