ifcquery/ifcplusplus

SimpleViewerExampleQt compiler error

Opened this issue · 0 comments

In the master branch, it is not possible to compile SimpleViewerExampleQt example.

There are many errors. For example:

  • Utils.cpp should be added in the cmakelist
  • there are many #include that use the old ifcpp/IFC4/XXX directory... that should be replaced by ifcpp/IFC4X3/XXX
  • Qt6::OpenGLWidgets should be added in cmakelist
  • osgFx should be osgFX

and more.
Best regards.