Skip to content

Commit

Permalink
Add missing Qt serialport
Browse files Browse the repository at this point in the history
  • Loading branch information
streetpea committed Nov 30, 2024
1 parent 5f67144 commit 5e7eb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.qt6
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN sudo apt-get -y install \
RUN sudo pip3 install protobuf==3.19.5
RUN sudo pip3 install meson==1.3.0
RUN sudo pip3 install aqtinstall==3.1.18
RUN sudo aqt install-qt -O ${QT_PATH} linux desktop ${QT_VERSION} linux_gcc_64 -m qtwebengine qtpositioning qtwebchannel qtwebsockets
RUN sudo aqt install-qt -O ${QT_PATH} linux desktop ${QT_VERSION} linux_gcc_64 -m qtwebengine qtpositioning qtwebchannel qtwebsockets qtserialport
RUN curl -LO https://raw.githubusercontent.com/state-of-the-art/qt6-docker/refs/heads/master/6.7-gcc-aqt/install_packages.sh
RUN chmod +x install_packages.sh
RUN sudo "${PWD}/install_packages.sh"
Expand Down

0 comments on commit 5e7eb0e

Please sign in to comment.