From d87da4a2c6f77b807d84b53bff52d05d788f66e4 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 20 Jun 2017 09:55:05 +0200 Subject: [PATCH] Fix config for shortest_path_item (poly OR sm) --- .../Polyhedron/Scene_polyhedron_shortest_path_item_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c903bd11bae..cf2954d6f69 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 -#ifdef scene_polyhedron_shortest_path_item_EXPORTS +#if defined(scene_polyhedron_shortest_path_item_EXPORTS)||defined(scene_sm_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