cgal/Polyhedron/demo/Polyhedron/Scene_image_item_config.h

11 lines
247 B
C++

#ifndef SCENE_IMAGE_ITEM_CONFIG_H
#define SCENE_IMAGE_ITEM_CONFIG_H
#ifdef scene_image_item_EXPORTS
# define SCENE_IMAGE_ITEM_EXPORT Q_DECL_EXPORT
#else
# define SCENE_IMAGE_ITEM_EXPORT Q_DECL_IMPORT
#endif
#endif // SCENE_IMAGE_ITEM_CONFIG_H