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 TARGET = trimesh_hole
LIBPATH += LIBPATH +=
DEPENDPATH += . DEPENDPATH += .
INCLUDEPATH += . ..\..\..\ INCLUDEPATH += . ../../..
CONFIG += console stl CONFIG += console stl
TEMPLATE = app TEMPLATE = app
SOURCES += trimesh_hole.cpp ..\..\..\wrap\ply\plylib.cpp SOURCES += trimesh_hole.cpp ../../../wrap/ply/plylib.cpp
HEADERS += ..\..\..\wrap\ply\plylib.h HEADERS += ../../../wrap/ply/plylib.h