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