This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843ISK-ODS: Vital Signs GUI source code...

Part Number: IWR6843ISK-ODS
Other Parts Discussed in Thread: IWR6843ISK, IWR6843

I'm trying to recompile the Vital Signs GUI demo under C:\ti\mmwave_industrial_toolbox_4_12_0\labs\Vital_Signs\68xx_vital_signs\gui\gui_source.  It looks to be a QT project, which I've downloaded and installed on a development system I'm using.  Trying to rebuild the VitalSignsRadar_Demo I got an error about a missing library for serialports, but I was able to resolve that by adding in the library using the QT maintenance tool.  Now it's complaining about a missing QtGui/QOpenGLFramebufferObject:No such file or directory in qcustomplot.h:70:12 which looks to be:

#  include <QtGui/QOpenGLFramebufferObject>

I cannot find any reference to this library in QT.

The code looks like it was developed using an older version 5.  I'm currently using 6.6.0.  I could use some help finding the appropriate library for the code.

Best Regards,

-Tom Grounds