Skip to content

Commit

Permalink
Test fix for missing webview devel package
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 19, 2020
1 parent b52134b commit d04eb9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG qfield_test_docker_version
FROM opengisch/qfield-test-docker:${qfield_test_docker_version}
MAINTAINER Matthias Kuhn <[email protected]>

RUN dnf install -y xorg-x11-server-Xvfb
RUN dnf install -y xorg-x11-server-Xvfb qt5-qtwebview-devel

WORKDIR /

1 change: 1 addition & 0 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ TARGET_LINK_LIBRARIES(qfield_core
Qt5::Positioning
Qt5::Sql
Qt5::Concurrent
Qt5::WebView
${QGIS_CORE_LIBRARY}
${QGIS_ANALYSIS_LIBRARY}
)
Expand Down

0 comments on commit d04eb9b

Please sign in to comment.