How to implement this library in a qmake project
Megidd opened this issue · 2 comments
Megidd commented
The Qt3DOpenVDBRenderer
is developed by CMake. I have a qmake project which I'm developing with Qt Creator. I wonder if it is possible to use Qt3DOpenVDBRenderer
in a qmake project. What are the steps to do so? Thanks.
dabulla commented
OpenVDB uses CMake, so I think you have to use at least a bit of CMake.
You can just create an empty qmake project and add all the sources of this project manually. Once you compiled OpenVDB you can add it using qmake LIBS. It should actually be quite straight forward. If you added a qmake successfully, I would look forward to a pull request :).
Megidd commented
I'm going to work on adding qmake. But I'll need your help 😄