Skip to content
Snippets Groups Projects
Commit 040ba42d authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Allow qmake to detect qt5

parent 4ee059d1
Branches
Tags
No related merge requests found
...@@ -113,14 +113,15 @@ RUN cd /tmp && \ ...@@ -113,14 +113,15 @@ RUN cd /tmp && \
rm -rf pybind11-2.2.3 rm -rf pybind11-2.2.3
RUN apt-get install -y \ RUN apt-get install -y \
qt5-default \
qtbase5-dev \
qtmultimedia5-dev \
libqt5charts5-dev \
libepoxy-dev \ libepoxy-dev \
libglm-dev \ libglm-dev \
libegl1-mesa-dev \ libegl1-mesa-dev \
libcgal-dev \ libcgal-dev \
libcgal-qt5-dev \ libcgal-qt5-dev
qtbase5-dev \
qtmultimedia5-dev \
libqt5charts5-dev
RUN python3.6 -m pip --no-cache-dir install \ RUN python3.6 -m pip --no-cache-dir install \
numpy \ numpy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment