mirror of https://github.com/CGAL/cgal
Rename <CGAL/$LIB/export.h> to <CGAL/export/$LIB.h>
This commit is contained in:
parent
90c83ef68b
commit
dfba14f23c
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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_
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue