Skip to content

Commit

Permalink
add serial port for Qt6 builds (#51588)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 26, 2023
1 parent a79af93 commit c0dd301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-qgis-build.sh
Expand Up @@ -112,7 +112,7 @@ cmake \
-DWITH_SERVER_LANDINGPAGE_WEBAPP=${WITH_QT5} \
-DWITH_ORACLE=${WITH_QT5} \
-DWITH_PDAL=ON \
-DWITH_QTSERIALPORT=${WITH_QT5} \
-DWITH_QTSERIALPORT=ON \
-DWITH_QTWEBKIT=${WITH_QT5} \
-DWITH_OAUTH2_PLUGIN=${WITH_QT5} \
-DORACLE_INCLUDEDIR=/instantclient_19_9/sdk/include/ \
Expand Down
3 changes: 1 addition & 2 deletions .docker/qgis3-qt6-build-deps.dockerfile
Expand Up @@ -39,7 +39,7 @@ RUN dnf -y --refresh install \
qt6-qtbase-devel \
qt6-qtdeclarative-devel \
qt6-qttools-static \
qt6-qtserialport \
qt6-qtserialport-devel \
qt6-qtsvg-devel \
qt6-qtpositioning-devel \
qt6-qtdeclarative-devel \
Expand Down Expand Up @@ -98,4 +98,3 @@ RUN cd /usr/src \
&& qmake6 src/qscintilla.pro \
&& make -j4 \
&& make install

0 comments on commit c0dd301

Please sign in to comment.