fix missing renames

This commit is contained in:
Laurent Rineau 2024-04-03 09:31:12 +02:00
parent 1a9460f2a9
commit 18890a7bc2
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include "CGAL_Lab.h" #include "cgallab.h"
#include <clocale> #include <clocale>
#include <CGAL/Qt/resources.h> #include <CGAL/Qt/resources.h>
#include <QSurfaceFormat> #include <QSurfaceFormat>

View File

@ -1,4 +1,4 @@
#include "CGAL_Lab.h" #include "cgallab.h"
#include <clocale> #include <clocale>
#include <CGAL/Qt/resources.h> #include <CGAL/Qt/resources.h>
#include <QSurfaceFormat> #include <QSurfaceFormat>

View File

@ -1,4 +1,4 @@
#include "CGAL_Lab.h" #include "cgallab.h"
#include <clocale> #include <clocale>
#include <CGAL/Qt/resources.h> #include <CGAL/Qt/resources.h>
#include <QSurfaceFormat> #include <QSurfaceFormat>

View File

@ -1,7 +1,7 @@
@INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS} @INCLUDE = ${CGAL_DOC_PACKAGE_DEFAULTS}
PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - Three" PROJECT_NAME = "CGAL ${CGAL_DOC_VERSION} - Three"
INPUT += ${CGAL_Lab_DEMO_DIR}/Lab/Scene.h \ INPUT += ${CGAL_Lab_DEMO_DIR}/Lab/Scene.h \
${CGAL_Lab_DEMO_DIR}/Lab/CGAL_Lab.h \ ${CGAL_Lab_DEMO_DIR}/Lab/cgallab.h \
EXAMPLE_PATH = ${CGAL_Lab_DEMO_DIR}/Lab/Plugins/ EXAMPLE_PATH = ${CGAL_Lab_DEMO_DIR}/Lab/Plugins/
IMAGE_PATH = ${CGAL_PACKAGE_DIR}/doc/Three/fig/ IMAGE_PATH = ${CGAL_PACKAGE_DIR}/doc/Three/fig/