You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the image, the following behavior occurs:
#20 21.81 Submodule path 'submodules/sanitizers-cmake': checked out 'c3dc841af4dbf44669e65b82cb68a575864326bd'
#20 21.82 Usage: /usr/lib/qt5/bin/qmake [mode] [options] [files]
#20 21.82
#20 21.82 QMake has two modes, one mode for generating project files based on
#20 21.82 some heuristics, and the other for generating makefiles. Normally you
#20 21.82 shouldn't need to specify a mode, as makefile generation is the default
#20 21.82 mode for qmake, but you may use this to test qmake on an existing project
#20 21.82
This is due to moving from QMake to CMake in the main repository
The text was updated successfully, but these errors were encountered:
Please start with what you are doing, e.g. which of the images you want to build, the exact command used and what OS / disto / docker version things are running on.
Anyway I'm sure that it is not related to software version, because what this Dockerfile is trying to do is to clone the master branch of openscad/openscad repo and then run qmake. QMake is unable to find .pro file in the repo because at some moment OpenSCAD moved to CMake.
I was going to try to fix it by myself, but just decided to install openscad from apt-get
When trying to build the image, the following behavior occurs:
This is due to moving from QMake to CMake in the main repository
The text was updated successfully, but these errors were encountered: