if the information I found somewhere (don't remember where) that MeshLab needs Qt5. Is Qt5.0.2 on Ubuntu 12.04 LTS enough?
When trying to build the meshlab_mini.pro I get compile errors in vcglib/wrap/qt/device_to_logical.h which tries to call QWidget::devicePixelRatio() which does not exist. This code is ifdefed to be only present in Qt5 but when looking at the QWidget docs for Qt5.3 (I don't know where to find docs for old Qt5 versions) this function does not exist in QWidget. So from my point this seems like a bug but since there are regular updates to MeshLab and VCG it seems someone is able to compile that code so it's more likely I'm doing something wrong. Any hints?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
if the information I found somewhere (don't remember where) that MeshLab needs Qt5. Is Qt5.0.2 on Ubuntu 12.04 LTS enough?
When trying to build the meshlab_mini.pro I get compile errors in vcglib/wrap/qt/device_to_logical.h which tries to call QWidget::devicePixelRatio() which does not exist. This code is ifdefed to be only present in Qt5 but when looking at the QWidget docs for Qt5.3 (I don't know where to find docs for old Qt5 versions) this function does not exist in QWidget. So from my point this seems like a bug but since there are regular updates to MeshLab and VCG it seems someone is able to compile that code so it's more likely I'm doing something wrong. Any hints?