File: Scene_config.h

package info (click to toggle)
cgal 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,952 kB
  • sloc: cpp: 811,597; ansic: 208,576; sh: 493; python: 411; makefile: 286; javascript: 174
file content (16 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef SCENE_CONFIG_H
#define SCENE_CONFIG_H

#include <QtCore/qglobal.h>

#ifdef demo_framework_EXPORTS
#  define scene_EXPORTS
#endif

#ifdef scene_EXPORTS
#  define SCENE_EXPORT Q_DECL_EXPORT
#else
#  define SCENE_EXPORT Q_DECL_IMPORT
#endif

#endif // SCENE_CONFIG_H