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
qglviewer.cpp: In member function'void QGLViewer::setCamera(qglviewer::Camera*)': qglviewer.cpp:684:14: error: 'screen' was not declared in this scope;did you mean 'QScreen'?
The text was updated successfully, but these errors were encountered:
@nihenniuma
I ran into the same problem when building on Apple M2 Pro (clang x64, macosx13.3, qt 5.9.9).
The explicit screen selection helped me. This may not work for multi-screen systems. You will need to select a specific screen.
qglviewer.cpp: In member function'void QGLViewer::setCamera(qglviewer::Camera*)': qglviewer.cpp:684:14: error: 'screen' was not declared in this scope;did you mean 'QScreen'?
The text was updated successfully, but these errors were encountered: