add serial port for Qt6 builds (#51588)

This commit is contained in:
Denis Rouzaud 2023-01-26 09:29:20 +01:00 committed by GitHub
parent a79af93161
commit c0dd301598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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/ \

View File

@ -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 \
@ -98,4 +98,3 @@ RUN cd /usr/src \
&& qmake6 src/qscintilla.pro \
&& make -j4 \
&& make install