Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d5c6b9a5 authored by Johnny Jazeix's avatar Johnny Jazeix
Browse files

website updated for 1.1, upload of files done, tag of version 1.1

parent 71ee95f3
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,6 @@ ...@@ -52,8 +52,6 @@
#include "render/Ruler.hpp" #include "render/Ruler.hpp"
#include "common/info.hpp" #include "common/info.hpp"
#include <GL/glut.h>
/*! /*!
* \brief Structure used to store container information. * \brief Structure used to store container information.
*/ */
......
...@@ -50,8 +50,6 @@ CONFIG+=uitools debug ...@@ -50,8 +50,6 @@ CONFIG+=uitools debug
QT+=opengl QT+=opengl
TEMPLATE = app TEMPLATE = app
TARGET = vite TARGET = vite
#macx:QMAKE_LIBS_OPENGL += -framework GLUT -lobjc
macx:QMAKE_LIBS_OPENGL += -framework -lobjc
DEPENDPATH += . common interface parser trace trace/values trace/tree general/otf/otflib info render statistics DEPENDPATH += . common interface parser trace trace/values trace/tree general/otf/otflib info render statistics
INCLUDEPATH += . general/otf/otflib INCLUDEPATH += . general/otf/otflib
QMAKE_CFLAGS += -O2 QMAKE_CFLAGS += -O2
...@@ -59,17 +57,11 @@ QMAKE_CXXFLAGS += -O2 ...@@ -59,17 +57,11 @@ QMAKE_CXXFLAGS += -O2
#TRANSLATIONS = ViTE_fr.ts #TRANSLATIONS = ViTE_fr.ts
#!macx{
# LIBS += -lglut
#}
#LIBS += -lGLEW #LIBS += -lGLEW
macx { macx {
QMAKESPEC = macx-g++ QMAKESPEC = macx-g++
# QMAKE_LFLAGS += -F/System/Library/Frameworks/GLUT ICON = interface/icon/mac_logo.icns
# LIBS += -framework GLUT -L/opt/local/include/GL
LIBS += -framework -L/opt/local/include/GL
} }
# Input # Input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment