occQt icon indicating copy to clipboard operation
occQt copied to clipboard

on ubuntu need opengl in pro file and shoudl change include files ord…

Open mahaidong opened this issue 4 years ago • 2 comments

I had solve some error in ubuntu:

/home/microartisan/Downloads/occQt-master/occView.h:15: error: QGLWidget: No such file or directory #include <QGLWidget> ^~~~~~~~~~~

/usr/include/x86_64-linux-gnu/qt5/QtCore/qmetatype.h:58: error: #error qmetatype.h must be included before any header file that defines Bool #error qmetatype.h must be included before any header file that defines Bool ^~~~~

mahaidong avatar Aug 20 '20 23:08 mahaidong

also sovle this :

OpenGl_Windows::CreateWindow: window visual is incom… …

…plete: no depth buffer, no stencil buffer

mahaidong avatar Aug 21 '20 11:08 mahaidong

The first question in this thread can by solved by replacing in file : occView.h the include QGLWidget to include QWidget at line 15.

grotius-cnc avatar Oct 27 '20 07:10 grotius-cnc