mirror of https://github.com/CGAL/cgal
fix missing renames
This commit is contained in:
parent
1a9460f2a9
commit
18890a7bc2
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue