Go to the documentation of this file. 28 #ifndef QGLVIEWER_CONFIG_H 29 #define QGLVIEWER_CONFIG_H 31 #define QGLVIEWER_VERSION 0x020400 34 #ifndef QT_CLEAN_NAMESPACE 35 # define QT_CLEAN_NAMESPACE 41 #if QT_VERSION < 0x030000 50 # define M_PI 3.14159265358979323846f 52 # ifndef QGLVIEWER_STATIC 53 # ifdef CREATE_QGLVIEWER_DLL 54 # if QT_VERSION >= 0x040500 55 # define QGLVIEWER_EXPORT Q_DECL_EXPORT 57 # define QGLVIEWER_EXPORT __declspec(dllexport) 60 # if QT_VERSION >= 0x040500 61 # define QGLVIEWER_EXPORT Q_DECL_IMPORT 63 # define QGLVIEWER_EXPORT __declspec(dllimport) 68 # pragma warning( disable : 4251 ) // DLL interface, needed with Visual 6 69 # pragma warning( disable : 4786 ) // identifier truncated to 255 in browser information (Visual 6). 74 #ifndef QGLVIEWER_EXPORT 75 # define QGLVIEWER_EXPORT 79 #if QT_VERSION >= 0x040000 87 # include <OpenGL/glu.h> 93 #define QGLVIEWER_QT_VERSION_WITHOUT_GLUT 0x030100 94 #if QT_VERSION < QGLVIEWER_QT_VERSION_WITHOUT_GLUT 96 # include <GLUT/glut.h> 101 # include <GL/glut.h> 108 #if QT_VERSION >= 0x040000 112 # define qMax(a,b) QMAX(a,b) 113 # include <qptrlist.h> 114 # include <qvaluevector.h> 118 #if QT_VERSION < 0x040400 119 # define Q_SLOTS slots 120 # define Q_SIGNALS signals 137 #endif // QGLVIEWER_CONFIG_H
octovis
Author(s): Kai M. Wurm
, Armin Hornung
autogenerated on Mon Jun 10 2019 14:00:24