mirror of https://github.com/CGAL/cgal
Fix dll imports
This commit is contained in:
parent
ad0c54b9d3
commit
a292cacbc3
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCENE_EDIT_POLYHEDRON_ITEM_CONFIG_H
|
||||
#define SCENE_EDIT_POLYHEDRON_ITEM_CONFIG_H
|
||||
|
||||
#ifdef scene_edit_polyhedron_item_EXPORTS
|
||||
#ifdef scene_edit_item_EXPORTS
|
||||
# define SCENE_EDIT_POLYHEDRON_ITEM_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SCENE_EDIT_POLYHEDRON_ITEM_EXPORT Q_DECL_IMPORT
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCENE_FACEGRAPH_TRANSFORM_ITEM_CONFIG_H
|
||||
#define SCENE_FACEGRAPH_TRANSFORM_ITEM_CONFIG_H
|
||||
|
||||
#if defined( scene_polyhedron_transform_item_EXPORTS) || defined(scene_sm_transform_item_EXPORTS)
|
||||
#if defined( scene_transform_item_EXPORTS)
|
||||
# define SCENE_FACEGRAPH_TRANSFORM_ITEM_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SCENE_FACEGRAPH_TRANSFORM_ITEM_EXPORT Q_DECL_IMPORT
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCENE_POLYHEDRON_SELECTION_ITEM_CONFIG_H
|
||||
#define SCENE_POLYHEDRON_SELECTION_ITEM_CONFIG_H
|
||||
|
||||
#if defined( scene_polyhedron_selection_item_EXPORTS ) || defined( scene_surface_mesh_selection_item_EXPORTS )
|
||||
#if defined(scene_selection_item_EXPORTS )
|
||||
# define SCENE_POLYHEDRON_SELECTION_ITEM_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SCENE_POLYHEDRON_SELECTION_ITEM_EXPORT Q_DECL_IMPORT
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_CONFIG_H
|
||||
#define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_CONFIG_H
|
||||
|
||||
#if defined(scene_polyhedron_shortest_path_item_EXPORTS)||defined(scene_sm_shortest_path_item_EXPORTS)
|
||||
#if defined(scene_shortest_path_item_EXPORTS)
|
||||
# define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define SCENE_POLYHEDRON_SHORTEST_PATH_ITEM_EXPORT Q_DECL_IMPORT
|
||||
|
|
|
|||
Loading…
Reference in New Issue