From 7e4add3b28f3eefdedaa4a19a0c69b20147ecc7e Mon Sep 17 00:00:00 2001 From: Lingjie Zhu Date: Wed, 28 Nov 2018 10:42:06 +0800 Subject: [PATCH] fix cmake target suffix_EXPORTS --- .../Plugins/Surface_mesh_approximation/Color_cheat_sheet.h | 2 +- .../Polyhedron/Plugins/Surface_mesh_approximation/VSA_wrapper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/Color_cheat_sheet.h b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/Color_cheat_sheet.h index ea626554c1a..216a7810622 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/Color_cheat_sheet.h +++ b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/Color_cheat_sheet.h @@ -7,7 +7,7 @@ // 256 color cheat sheet // Source: https://jonasjacek.github.io/colors/ -#ifdef color_cheat_sheet_EXPORTS +#ifdef surface_mesh_approximation_plugin_EXPORTS #define COLOR_CHEAT_SHEET_EXPORT Q_DECL_EXPORT #else #define COLOR_CHEAT_SHEET_EXPORT Q_DECL_IMPORT diff --git a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/VSA_wrapper.h b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/VSA_wrapper.h index 0fa281ddf08..4da8af95e26 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/VSA_wrapper.h +++ b/Polyhedron/demo/Polyhedron/Plugins/Surface_mesh_approximation/VSA_wrapper.h @@ -10,7 +10,7 @@ #include "SMesh_type.h" #include "Color_cheat_sheet.h" -#ifdef vsa_wrapper_EXPORTS +#ifdef surface_mesh_approximation_plugin_EXPORTS #define VSA_WRAPPER_EXPORT Q_DECL_EXPORT #else #define VSA_WRAPPER_EXPORT Q_DECL_IMPORT