Skip to content
Snippets Groups Projects
Commit ee109bd4 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Set qmake path in DockerfileLinux

parent d72f181e
Branches
Tags
No related merge requests found
Pipeline #9255 canceled
...@@ -54,3 +54,6 @@ RUN chmod +x /usr/local/bin/appimagetool ...@@ -54,3 +54,6 @@ RUN chmod +x /usr/local/bin/appimagetool
# Add Qt5 to PATH # Add Qt5 to PATH
ENV PATH="/opt/qt/5.15.2/gcc_64:$PATH" ENV PATH="/opt/qt/5.15.2/gcc_64:$PATH"
# Set qmake path
ENV QMAKE=/opt/qt/5.15.2/gcc_64/bin/qmake
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment