Fix dll imports

This commit is contained in:
Maxime Gimeno 2018-10-24 11:50:39 +02:00
parent ad0c54b9d3
commit a292cacbc3
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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