summaryrefslogtreecommitdiffstats
path: root/build/debian
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2019-08-13 22:55:22 +0200
committerGitHub <noreply@github.com>2019-08-13 22:55:22 +0200
commitb679fd37093826efa7ab81b3d4679d9a88b02dbb (patch)
tree84879b808f9da932fdeea08f341b6fc6cfab01f0 /build/debian
parentfdc6f55751185e1669d578a4d5fcd1a5cd32567d (diff)
parent7593c88fd4a722ab902430ade57932eec44c30a6 (diff)
Merge pull request #2234 from uklotzde/qt54
Update minimum required Qt version to 5.4.0 (macOS: 5.4.1)
Diffstat (limited to 'build/debian')
-rw-r--r--build/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debian/control b/build/debian/control
index a869259a8c..d076fa2830 100644
--- a/build/debian/control
+++ b/build/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9),
# QtSql
# QtWidgets
# QtXml
- qt5-default (>= 5.2.0),
+ qt5-default (>= 5.4.0),
# We additionally need headers for QtOpenGL, QtScript, and QtSvg.
qtscript5-dev,
libqt5opengl5-dev,