DGtal
1.5.beta
|
In How to use DGtal in my own project ?, we have described a simple way to use DGtal in your own project with the cmake build system. We detail here hints to use DGtal with different systems.
To use the qmake tools provided by QT you have to edit the configuration file helloworld.pro to specify the use of the DGtal lib:
If you plane to use 3d-viewer features you have to specify it by adding a definition transmitted to the compiler:
Moreover you also have to specify that you need to link the part of DGtal containing the 3D features (and add if needed the link with qglviewer ):