From 2a84b52bc893f23e6321c184000ced2633d0b992 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Wed, 22 Nov 2006 15:37:50 +0000 Subject: [PATCH] Bug-fix --- apps/sample/trimesh_hole/trimesh_hole.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sample/trimesh_hole/trimesh_hole.pro b/apps/sample/trimesh_hole/trimesh_hole.pro index 566d7654..18b46dbc 100644 --- a/apps/sample/trimesh_hole/trimesh_hole.pro +++ b/apps/sample/trimesh_hole/trimesh_hole.pro @@ -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 \ No newline at end of file +SOURCES += trimesh_hole.cpp ../../../wrap/ply/plylib.cpp +HEADERS += ../../../wrap/ply/plylib.h \ No newline at end of file