Workaround fedora compilation problem on Travis; fix #3508 (#3512)

* attempt fix fedora by downgrading qt

* fix
This commit is contained in:
ctrlaltca 2019-01-22 10:28:20 +01:00 committed by GitHub
parent a08cf9379b
commit 19180243aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ RUN dnf install -y \
hicolor-icon-theme \
libappstream-glib \
protobuf-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel-5.11.1-2.fc29 \
rpm-build \
sqlite-devel \
wget \