Fix config for shortest_path_item (poly OR sm)

This commit is contained in:
Maxime Gimeno 2017-06-20 09:55:05 +02:00
parent eeda178c8f
commit d87da4a2c6
1 changed files with 1 additions and 1 deletions

View File

@ -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