Fixed after coordinateframe/activecoordinateframe file splitting

This commit is contained in:
Luca Benedetti benedetti 2008-03-02 16:48:46 +00:00
parent c143069fd1
commit 4bb70978bc
2 changed files with 5 additions and 1 deletions

View File

@ -30,6 +30,7 @@ INCLUDEPATH += ../../../../sf
SOURCES += ../../../../sf/wrap/gui/trackball.cpp
SOURCES += ../../../../sf/wrap/gui/trackmode.cpp
SOURCES += ../../../../sf/wrap/gui/coordinateframe.cpp
SOURCES += ../../../../sf/wrap/gui/activecoordinateframe.cpp
SOURCES += ../../../../sf/wrap/gui/rubberband.cpp
# Compile glew

View File

@ -23,6 +23,9 @@
/****************************************************************************
History
$Log$
Revision 1.5 2008/03/02 16:48:46 benedetti
Fixed after coordinateframe/activecoordinateframe file splitting
Revision 1.4 2008/02/26 21:35:34 benedetti
corrected after quaternion/similarity/trackball changes
@ -45,7 +48,7 @@ first version
#include <QList>
#include <QDockWidget>
#include <wrap/gui/coordinateframe.h>
#include <wrap/gui/activecoordinateframe.h>
#include <wrap/gui/rubberband.h>
#include <meshlab/meshmodel.h>