Skip to content

Commit

Permalink
Find charts
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 20, 2020
1 parent 9ca2fa1 commit e77713a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-qtcharts-devel

WORKDIR /

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ IF (ANDROID)
ADD_CUSTOM_TARGET(assets ALL DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/android-build/assets/assets.zip")
ENDIF (ANDROID)

FIND_PACKAGE(Qt5 COMPONENTS Test Concurrent Core Qml Gui Xml Positioning Widgets PrintSupport Network Quick Svg OpenGL Sql PrintSupport Sensors WebView REQUIRED)
FIND_PACKAGE(Qt5 COMPONENTS Test Concurrent Core Qml Gui Xml Positioning Widgets PrintSupport Network Quick Svg OpenGL Sql PrintSupport Sensors WebView Charts REQUIRED)

ADD_SUBDIRECTORY(3rdparty/tessellate)
ADD_SUBDIRECTORY(src/qgsquick)
Expand Down

0 comments on commit e77713a

Please sign in to comment.