also contains :/cgal/help/about_CGAL.html
- Add include/CGAL/Qt/debug.h and src/CGALQt/debug.cpp, that will contain
debug tools/functions. For the moment, they just define:
void traverse_resources(const QString& name);
that must be used like that:
CGAL::Qt:traverse_resources(":/cgal"); // view CGAL resources
or
CGAL::Qt:traverse_resources(":"); // view all resources
and displays the resources tree on std::cerr.
10 lines
263 B
XML
10 lines
263 B
XML
<RCC>
|
|
<qresource prefix="/cgal/help" lang="en" >
|
|
<file>about_CGAL.html</file>
|
|
</qresource>
|
|
<qresource prefix="/cgal/logos">
|
|
<file alias="CGAL.gif" >cgal_large_FAF8E8.gif</file>
|
|
<file alias="cgal_icon" >cgal_logo.xpm</file>
|
|
</qresource>
|
|
</RCC>
|