diff --git a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item_config.h b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item_config.h index a1fde07abcf..15fbaedbbe0 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item_config.h +++ b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item_config.h @@ -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 diff --git a/Polyhedron/demo/Polyhedron/Scene_facegraph_transform_item_config.h b/Polyhedron/demo/Polyhedron/Scene_facegraph_transform_item_config.h index 7235cbfffd8..50a8908de4b 100644 --- a/Polyhedron/demo/Polyhedron/Scene_facegraph_transform_item_config.h +++ b/Polyhedron/demo/Polyhedron/Scene_facegraph_transform_item_config.h @@ -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 diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item_config.h b/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item_config.h index 08ca8c18401..159ed7b1a6e 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item_config.h +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_selection_item_config.h @@ -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 diff --git a/Polyhedron/demo/Polyhedron/Scene_polyhedron_shortest_path_item_config.h b/Polyhedron/demo/Polyhedron/Scene_polyhedron_shortest_path_item_config.h index cf2954d6f69..62b92d0bc4f 100644 --- a/Polyhedron/demo/Polyhedron/Scene_polyhedron_shortest_path_item_config.h +++ b/Polyhedron/demo/Polyhedron/Scene_polyhedron_shortest_path_item_config.h @@ -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