Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Add qt modules required for QML charts and HTML widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 19, 2020
1 parent fa42db3 commit eaacdce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .docker/qgis-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN dnf -y install \
spatialindex-devel \
libspatialite-devel \
protobuf-lite-devel \
libpq-devel
libpq-devel \
qt5-qtwebview-devel


RUN curl -LJ -o QGIS.tar.gz $QGIS_URL && \
Expand Down
7 changes: 4 additions & 3 deletions .docker/qt-ndk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,18 @@ COPY install-qt.sh /tmp/qt/
RUN /tmp/qt/install-qt.sh --version ${QT_VERSION} --target android --directory "${QT_PATH}" --toolchain any \
qtbase \
qtsensors \
qtquickcontrols2 \
qtquickcontrols \
qtquickcontrols2 \
qtmultimedia \
qtlocation \
qtimageformats \
qtgraphicaleffects \
qtdeclarative \
qtandroidextras \
qttools \
qtimageformats \
qtsvg
qtsvg \
qtwebview \
qtcharts

# Download & unpack android SDK
# ENV JAVA_OPTS="-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee"
Expand Down

0 comments on commit eaacdce

Please sign in to comment.