This commit is contained in:
Paolo Cignoni 2006-11-22 15:37:50 +00:00
parent 4ca2f23a10
commit 2a84b52bc8
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
TARGET = trimesh_hole
LIBPATH +=
DEPENDPATH += .
INCLUDEPATH += . ..\..\..\
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
SOURCES += trimesh_hole.cpp ..\..\..\wrap\ply\plylib.cpp
HEADERS += ..\..\..\wrap\ply\plylib.h
SOURCES += trimesh_hole.cpp ../../../wrap/ply/plylib.cpp
HEADERS += ../../../wrap/ply/plylib.h