diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-10-08 15:40:10 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-09 10:03:38 -0700 |
commit | 7a1ceee4e791d8fcc44b571b7453d2ebb2308388 (patch) | |
tree | 9d5fee2885cfd1e0ec46a1daf005f06bee64dfa3 /scripts/qt57/before_install.sh | |
parent | 4a0beab2a4d8511eb4226e52fd840d466eb97bb2 (diff) | |
download | subsurface-7a1ceee4e791d8fcc44b571b7453d2ebb2308388.tar.gz |
Travis: build Subsurface-mobile against Qt57 as well
Simply adding another OS / environment on which we test building of
Subsurface-mobile
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts/qt57/before_install.sh')
-rw-r--r-- | scripts/qt57/before_install.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/qt57/before_install.sh b/scripts/qt57/before_install.sh index 6abec0036..c064dad6a 100644 --- a/scripts/qt57/before_install.sh +++ b/scripts/qt57/before_install.sh @@ -17,4 +17,6 @@ docker exec -t builder dnf install -y \ libudev-devel libusbx-devel libcurl-devel libssh2-devel\ qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtscript-devel \ qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qttools-devel \ - qt5-qtconnectivity-devel qt5-qtlocation-devel + qt5-qtconnectivity-devel qt5-qtlocation-devel \ + which redhat-rpm-config patch qt5-qtquickcontrols \ + qt5-qtquickcontrols2-devel |