Rename <CGAL/$LIB/export.h> to <CGAL/export/$LIB.h>

This commit is contained in:
Laurent Rineau 2011-10-12 09:43:19 +00:00
parent 90c83ef68b
commit dfba14f23c
13 changed files with 13 additions and 9 deletions

View File

@ -21,7 +21,7 @@
#define IMAGEIO_H
#include <CGAL/config.h>
#include <CGAL/ImageIO/export.h>
#include <CGAL/export/ImageIO.h>
#include <CGAL/auto_link/ImageIO.h>

View File

@ -17,6 +17,6 @@
#include <CGAL/auto_link/GMP.h>
#include <CGAL/auto_link/MPFR.h>
#include <CGAL/CORE/export.h>
#include <CGAL/export/CORE.h>
#endif // _CORE_CONFIG_H_

View File

@ -26,7 +26,7 @@
#include <QDragEnterEvent>
#include <QDropEvent>
#include <CGAL/auto_link/Qt4.h>
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
#include <CGAL/Qt/resources.h>
// forward declaration

View File

@ -22,7 +22,7 @@
#define CGAL_QT_GRAPHICS_VIEW_NAVIGATION_H
#include <CGAL/auto_link/Qt4.h>
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
#include <QObject>
#include <QPointF>
#include <QString>

View File

@ -22,7 +22,7 @@
#define CGAL_QT_GRAPHICS_VIEW_POLYLINE_INPUT_H
#include <CGAL/auto_link/Qt4.h>
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
#include <QPolygonF>
#include <QPointF>

View File

@ -22,7 +22,7 @@
#define CGAL_QT_DEBUG_H
#include <CGAL/auto_link/Qt4.h>
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
#include <QString>
namespace CGAL {

View File

@ -20,7 +20,7 @@
#ifndef CGAL_QT_RESOURCES_H
#define CGAL_QT_RESOURCES_H
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
// cannot use namespaces because of the Q_INIT_RESOURCE macro
CGAL_QT4_EXPORT void CGAL_Qt4_init_resources();

View File

@ -24,7 +24,7 @@
#include <QRectF>
#include <QRect>
#include <CGAL/auto_link/Qt4.h>
#include <CGAL/Qt/export.h>
#include <CGAL/export/Qt4.h>
class QGraphicsScene;
class QGraphicsView;

View File

@ -45,7 +45,11 @@
#include <CGAL/compiler_config.h>
#include <CGAL/export.h>
//----------------------------------------------------------------------//
// Support for DLL on Windows (CGAL_EXPORT macro)
//----------------------------------------------------------------------//
#include <CGAL/export/CGAL.h>
//----------------------------------------------------------------------//
// Enable C++0x features with GCC -std=c++0x (even when not specified at build time)