Code:
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-22T23:49:11
#
#-------------------------------------------------
QT += core gui opengl
QT += webkit
TARGET = Teste
TEMPLATE = app
SOURCES += main.cpp\
menuprincipal.cpp \
glwidget.cpp \
box.cpp \
point.cpp \
arraylist.cpp \
arraylist.operators.cpp \
xml.cpp \
tinyxmlparser.cpp \
tinyxmlerror.cpp \
tinyxml.cpp \
tinystr.cpp \
robot.cpp \
joint.cpp \
vertex.cpp \
properties.cpp \
face.cpp \
matrixcalculator.cpp
HEADERS += menuprincipal.h \
glwidget.h \
box.h \
point.h \
arraylist.h \
xml.h \
tinyxml.h \
tinystr.h \
robot.h \
joint.h \
vertex.h \
properties.h \
face.h \
matrixcalculator.h \
tree.hh
FORMS += menuprincipal.ui
LIBS += -lglew32