mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 09:34:36 +00:00
Fixed after coordinateframe/activecoordinateframe file splitting
This commit is contained in:
parent
c143069fd1
commit
4bb70978bc
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user