Bug-fix
This commit is contained in:
parent
4ca2f23a10
commit
2a84b52bc8
|
@ -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
|
Loading…
Reference in New Issue